revert previous... bad solution to a real issue...
This commit is contained in:
parent
19429b4d74
commit
63619c1013
3
pear.sh
3
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 \
|
||||
|
3
pecl.sh
3
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 \
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user