From 967228f509d59c4256dfcb78405cd7ac20baa478 Mon Sep 17 00:00:00 2001 From: jorton Date: Thu, 23 Sep 2004 11:02:03 +0000 Subject: [PATCH] * Thu Sep 23 2004 Joe Orton 4.3.8-12 - use new RTLD_DEEPBIND to load extension modules --- php.spec | 11 ++++------- 1 file changed, 4 insertions(+), 7 deletions(-) diff --git a/php.spec b/php.spec index 4f59398..3f588f7 100644 --- a/php.spec +++ b/php.spec @@ -6,7 +6,7 @@ Summary: The PHP HTML-embedded scripting language. (PHP: Hypertext Preprocessor) Name: php Version: 4.3.8 -Release: 11 +Release: 12 License: The PHP License Group: Development/Languages URL: http://www.php.net/ @@ -304,12 +304,6 @@ rm -f ext/standard/tests/file/bug21131.phpt # Tests that fail. rm -f ext/standard/tests/file/bug22414.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} @@ -542,6 +536,9 @@ rm files.* %endif %changelog +* Thu Sep 23 2004 Joe Orton 4.3.8-12 +- use new RTLD_DEEPBIND to load extension modules + * Thu Sep 9 2004 Joe Orton 4.3.8-11 - don't use --with-regex=system, it's ignored for apache* SAPIs