From: Hannes Magnusson Date: Wed, 10 Jun 2009 14:28:06 +0000 (+0000) Subject: Fix extension loading order X-Git-Tag: php-5.4.0alpha1~191^2~3366 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=929d82eec462079d3e04267dafde49d8eb945841;p=php Fix extension loading order --- diff --git a/ext/simplexml/simplexml.c b/ext/simplexml/simplexml.c index 50cbb8935f..57e3cabe6f 100644 --- a/ext/simplexml/simplexml.c +++ b/ext/simplexml/simplexml.c @@ -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} }; /* }}} */