]> granicus.if.org Git - php/commitdiff
MFH: Mark spl as required and fix extension loading order
authorHannes Magnusson <bjori@php.net>
Thu, 11 Jun 2009 09:41:15 +0000 (09:41 +0000)
committerHannes Magnusson <bjori@php.net>
Thu, 11 Jun 2009 09:41:15 +0000 (09:41 +0000)
# Not needed in 5.2 as the simplexmliterator is part of spl there

ext/simplexml/simplexml.c

index 941aeeb64823d81764b65d3d25a11c1f385b3301..ca6d7cb4a840661a674695f1392bd8e9fd47e1a2 100644 (file)
@@ -2470,6 +2470,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}
 };
 /* }}} */