[packages/php-pecl-igbinary] load spl before simplexml to ensure spl_ce_RecursiveIterator symbol availability

glen glen at pld-linux.org
Wed Jan 29 14:43:25 CET 2014


commit 57775e0e015bc2b79c41ef57ae0aa7ee699daaa0
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Wed Jan 29 15:43:22 2014 +0200

    load spl before simplexml to ensure spl_ce_RecursiveIterator symbol availability

 php-pecl-igbinary.spec | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/php-pecl-igbinary.spec b/php-pecl-igbinary.spec
index 3880340..a82d4bd 100644
--- a/php-pecl-igbinary.spec
+++ b/php-pecl-igbinary.spec
@@ -64,12 +64,12 @@ phpize
 # APC required for test 045
 
 # simple module load test
-# without APC to ensure than can run without
+# without APC to ensure that can run without
 %{__php} -n -q \
 	-dextension_dir=modules \
+	-dextension=%{php_extensiondir}/spl.so \
 	-dextension=%{php_extensiondir}/simplexml.so \
 	-dextension=%{php_extensiondir}/pcre.so \
-	-dextension=%{php_extensiondir}/spl.so \
 	-dextension=%{php_extensiondir}/session.so \
 	-dextension=%{modname}.so \
 	-m > modules.log
@@ -79,7 +79,7 @@ cat <<'EOF' > run-tests.sh
 #!/bin/sh
 %{__make} test \
 	PHP_EXECUTABLE=%{__php} \
-	PHP_TEST_SHARED_SYSTEM_EXTENSIONS="simplexml pcre spl session" \
+	PHP_TEST_SHARED_SYSTEM_EXTENSIONS="spl simplexml pcre session" \
 	RUN_TESTS_SETTINGS="-q $*"
 EOF
 
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/php-pecl-igbinary.git/commitdiff/57775e0e015bc2b79c41ef57ae0aa7ee699daaa0



More information about the pld-cvs-commit mailing list