]> git.pld-linux.org Git - packages/php-pecl-igbinary.git/commitdiff
load spl before simplexml to ensure spl_ce_RecursiveIterator symbol availability
authorElan Ruusamäe <glen@delfi.ee>
Wed, 29 Jan 2014 13:43:22 +0000 (15:43 +0200)
committerElan Ruusamäe <glen@delfi.ee>
Wed, 29 Jan 2014 13:43:22 +0000 (15:43 +0200)
php-pecl-igbinary.spec

index 38803403ec953aa20a345117aa6bbdad7aca1421..a82d4bdb1b9457033cd799f965e25084ce4cea29 100644 (file)
@@ -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
 
This page took 0.093375 seconds and 4 git commands to generate.