* Thu Sep 23 2004 Joe Orton <jorton@redhat.com> 4.3.8-12
- use new RTLD_DEEPBIND to load extension modules
This commit is contained in:
parent
34cd870a7f
commit
967228f509
11
php.spec
11
php.spec
@ -6,7 +6,7 @@
|
|||||||
Summary: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor)
|
Summary: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor)
|
||||||
Name: php
|
Name: php
|
||||||
Version: 4.3.8
|
Version: 4.3.8
|
||||||
Release: 11
|
Release: 12
|
||||||
License: The PHP License
|
License: The PHP License
|
||||||
Group: Development/Languages
|
Group: Development/Languages
|
||||||
URL: http://www.php.net/
|
URL: http://www.php.net/
|
||||||
@ -304,12 +304,6 @@ rm -f ext/standard/tests/file/bug21131.phpt
|
|||||||
# Tests that fail.
|
# Tests that fail.
|
||||||
rm -f ext/standard/tests/file/bug22414.phpt \
|
rm -f ext/standard/tests/file/bug22414.phpt \
|
||||||
ext/iconv/tests/bug16069.phpt
|
ext/iconv/tests/bug16069.phpt
|
||||||
%if 0
|
|
||||||
ext/session/tests/019.phpt \
|
|
||||||
ext/standard/tests/math/pow.phpt \
|
|
||||||
ext/standard/tests/math/round.phpt \
|
|
||||||
ext/standard/tests/math/abs.phpt \
|
|
||||||
%endif
|
|
||||||
|
|
||||||
: Build for oci8=%{with_oci8} mssql=%{with_mssql} mhash=%{with_mhash}
|
: Build for oci8=%{with_oci8} mssql=%{with_mssql} mhash=%{with_mhash}
|
||||||
|
|
||||||
@ -542,6 +536,9 @@ rm files.*
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Sep 23 2004 Joe Orton <jorton@redhat.com> 4.3.8-12
|
||||||
|
- use new RTLD_DEEPBIND to load extension modules
|
||||||
|
|
||||||
* Thu Sep 9 2004 Joe Orton <jorton@redhat.com> 4.3.8-11
|
* Thu Sep 9 2004 Joe Orton <jorton@redhat.com> 4.3.8-11
|
||||||
- don't use --with-regex=system, it's ignored for apache* SAPIs
|
- don't use --with-regex=system, it's ignored for apache* SAPIs
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user