diff --git a/pear.sh b/pear.sh index aa2c1a9..218014a 100644 --- a/pear.sh +++ b/pear.sh @@ -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 \ diff --git a/pecl.sh b/pecl.sh index 7c56e2c..f150dd0 100644 --- a/pecl.sh +++ b/pecl.sh @@ -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 \ diff --git a/php-pear.spec b/php-pear.spec index 95a6259..dda6213 100644 --- a/php-pear.spec +++ b/php-pear.spec @@ -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 1:1.9.4-27 +- revert previous, was a bad solution + * Wed Apr 9 2014 Remi Collet 1:1.9.4-25 - only enable needed extensions for pear/pecl commands - fix typo in pear man page