]> granicus.if.org Git - php/commitdiff
Fix extension loading order
authorHannes Magnusson <bjori@php.net>
Wed, 10 Jun 2009 14:28:06 +0000 (14:28 +0000)
committerHannes Magnusson <bjori@php.net>
Wed, 10 Jun 2009 14:28:06 +0000 (14:28 +0000)
ext/simplexml/simplexml.c

index 50cbb8935fbff78e5516995ae26120d94e8e3084..57e3cabe6f0db30a8ad5127bb794a1f02cdac05d 100644 (file)
@@ -2532,6 +2532,7 @@ const zend_function_entry simplexml_functions[] = { /* {{{ */
 
 static const zend_module_dep simplexml_deps[] = { /* {{{ */
        ZEND_MOD_REQUIRED("libxml")
+       ZEND_MOD_REQUIRED("spl")
        {NULL, NULL, NULL}
 };
 /* }}} */