- pear: update to DB-1.7.6
- enable FastCGI support in /usr/bin/php-cgi (#149596)
This commit is contained in:
parent
25e1e3b342
commit
820eb1a2a7
@ -12,3 +12,4 @@ HTTP-1.3.5.tgz
|
|||||||
Net_Socket-1.0.6.tgz
|
Net_Socket-1.0.6.tgz
|
||||||
XML_Parser-1.2.6.tgz
|
XML_Parser-1.2.6.tgz
|
||||||
Net_SMTP-1.2.6.tgz
|
Net_SMTP-1.2.6.tgz
|
||||||
|
DB-1.7.6.tgz
|
||||||
|
7
php.spec
7
php.spec
@ -14,7 +14,7 @@ URL: http://www.php.net/
|
|||||||
|
|
||||||
Source0: http://www.php.net/distributions/php-%{version}.tar.gz
|
Source0: http://www.php.net/distributions/php-%{version}.tar.gz
|
||||||
Source10: pear-RunTest.php
|
Source10: pear-RunTest.php
|
||||||
Source20: http://pear.php.net/get/DB-1.7.5.tgz
|
Source20: http://pear.php.net/get/DB-1.7.6.tgz
|
||||||
Source21: http://pear.php.net/get/HTTP-1.3.5.tgz
|
Source21: http://pear.php.net/get/HTTP-1.3.5.tgz
|
||||||
Source22: http://pear.php.net/get/Mail-1.1.4.tgz
|
Source22: http://pear.php.net/get/Mail-1.1.4.tgz
|
||||||
Source23: http://pear.php.net/get/XML_Parser-1.2.6.tgz
|
Source23: http://pear.php.net/get/XML_Parser-1.2.6.tgz
|
||||||
@ -480,7 +480,8 @@ build --enable-force-cgi-redirect \
|
|||||||
--with-pgsql=shared \
|
--with-pgsql=shared \
|
||||||
--with-snmp=shared,%{_prefix} \
|
--with-snmp=shared,%{_prefix} \
|
||||||
--enable-soap=shared \
|
--enable-soap=shared \
|
||||||
--with-xsl=shared,%{_prefix}
|
--with-xsl=shared,%{_prefix} \
|
||||||
|
--enable-fastcgi
|
||||||
popd
|
popd
|
||||||
|
|
||||||
# Build Apache module, and the CLI SAPI, /usr/bin/php
|
# Build Apache module, and the CLI SAPI, /usr/bin/php
|
||||||
@ -639,6 +640,8 @@ rm files.*
|
|||||||
* Wed Apr 13 2005 Joe Orton <jorton@redhat.com> 5.0.4-7
|
* Wed Apr 13 2005 Joe Orton <jorton@redhat.com> 5.0.4-7
|
||||||
- split out dba and bcmath extensions into subpackages
|
- split out dba and bcmath extensions into subpackages
|
||||||
- BuildRequire gcc-c++ to avoid AC_PROG_CXX{,CPP} failure (#155221)
|
- BuildRequire gcc-c++ to avoid AC_PROG_CXX{,CPP} failure (#155221)
|
||||||
|
- pear: update to DB-1.7.6
|
||||||
|
- enable FastCGI support in /usr/bin/php-cgi (#149596)
|
||||||
|
|
||||||
* Wed Apr 13 2005 Joe Orton <jorton@redhat.com> 5.0.4-6
|
* Wed Apr 13 2005 Joe Orton <jorton@redhat.com> 5.0.4-6
|
||||||
- build /usr/bin/php with the CLI SAPI, and add /usr/bin/php-cgi,
|
- build /usr/bin/php with the CLI SAPI, and add /usr/bin/php-cgi,
|
||||||
|
2
sources
2
sources
@ -1,7 +1,7 @@
|
|||||||
c8f5fa441fd99c1b363bd2a071a0bd97 php-5.0.4.tar.gz
|
c8f5fa441fd99c1b363bd2a071a0bd97 php-5.0.4.tar.gz
|
||||||
43954e51f8dcf5c62700268bdc61ac63 DB-1.7.5.tgz
|
|
||||||
3e14fef5bd418de87214a3271ffc4549 Mail-1.1.4.tgz
|
3e14fef5bd418de87214a3271ffc4549 Mail-1.1.4.tgz
|
||||||
9c01a682f5859a09e01fe5f305b3c353 HTTP-1.3.5.tgz
|
9c01a682f5859a09e01fe5f305b3c353 HTTP-1.3.5.tgz
|
||||||
f961deffb093a58eb4c48478de1b27ed Net_Socket-1.0.6.tgz
|
f961deffb093a58eb4c48478de1b27ed Net_Socket-1.0.6.tgz
|
||||||
96ebc0fc2f349249f1455389797e72a4 XML_Parser-1.2.6.tgz
|
96ebc0fc2f349249f1455389797e72a4 XML_Parser-1.2.6.tgz
|
||||||
69bcb47d571b72060beed0a7d8d852a5 Net_SMTP-1.2.6.tgz
|
69bcb47d571b72060beed0a7d8d852a5 Net_SMTP-1.2.6.tgz
|
||||||
|
b5ff032f7e8873174e3e7fc21b7ec696 DB-1.7.6.tgz
|
||||||
|
Loading…
Reference in New Issue
Block a user