revert previous... bad solution to a real issue...

This commit is contained in:
Remi Collet 2014-04-17 20:17:47 +02:00
parent 19429b4d74
commit 63619c1013
3 changed files with 4 additions and 7 deletions

View File

@ -1,8 +1,5 @@
#!/bin/sh
exec /usr/bin/php -C \
-n \
-d extension=posix.so \
-d extension=xml.so \
-d include_path=/usr/share/pear \
-d date.timezone=UTC \
-d output_buffering=1 \

View File

@ -1,8 +1,5 @@
#!/bin/sh
exec /usr/bin/php -C \
-n \
-d extension=posix.so \
-d extension=xml.so \
-d include_path=/usr/share/pear \
-d date.timezone=UTC \
-d output_buffering=1 \

View File

@ -17,7 +17,7 @@
Summary: PHP Extension and Application Repository framework
Name: php-pear
Version: 1.9.4
Release: 25%{?dist}
Release: 27%{?dist}
Epoch: 1
# PEAR, Archive_Tar, XML_Util are BSD
# Console_Getopt is PHP
@ -309,6 +309,9 @@ fi
%changelog
* Thu Apr 17 2014 Remi Collet <rcollet@redhat.com> 1:1.9.4-27
- revert previous, was a bad solution
* Wed Apr 9 2014 Remi Collet <rcollet@redhat.com> 1:1.9.4-25
- only enable needed extensions for pear/pecl commands
- fix typo in pear man page