From: Hannes Magnusson Date: Thu, 11 Jun 2009 09:41:15 +0000 (+0000) Subject: MFH: Mark spl as required and fix extension loading order X-Git-Tag: php-5.3.0RC4~93 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4ed202e185300df008db6dcfcc541a8f81cc84ab;p=php MFH: Mark spl as required and fix extension loading order # Not needed in 5.2 as the simplexmliterator is part of spl there --- diff --git a/ext/simplexml/simplexml.c b/ext/simplexml/simplexml.c index 941aeeb648..ca6d7cb4a8 100644 --- a/ext/simplexml/simplexml.c +++ b/ext/simplexml/simplexml.c @@ -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} }; /* }}} */