Skip to content

Commit 4ed202e

Browse files
committed
MFH: Mark spl as required and fix extension loading order
# Not needed in 5.2 as the simplexmliterator is part of spl there
1 parent 28c8d25 commit 4ed202e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/simplexml/simplexml.c

+1
Original file line numberDiff line numberDiff line change
@@ -2470,6 +2470,7 @@ const zend_function_entry simplexml_functions[] = { /* {{{ */
24702470

24712471
static const zend_module_dep simplexml_deps[] = { /* {{{ */
24722472
ZEND_MOD_REQUIRED("libxml")
2473+
ZEND_MOD_REQUIRED("spl")
24732474
{NULL, NULL, NULL}
24742475
};
24752476
/* }}} */

0 commit comments

Comments
 (0)