From: Marcus Boerger Date: Sun, 18 Jan 2004 22:20:54 +0000 (+0000) Subject: Necessary as long as SPL is shared/dll X-Git-Tag: php_ibase_before_split~123 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=517c5f5fc5632fee33231f949df669753bb537aa;p=php Necessary as long as SPL is shared/dll --- diff --git a/ext/simplexml/simplexml.c b/ext/simplexml/simplexml.c index ef6e18f3f7..71e5469795 100644 --- a/ext/simplexml/simplexml.c +++ b/ext/simplexml/simplexml.c @@ -34,7 +34,7 @@ #include "simplexml.h" #include "zend_default_classes.h" #include "zend_interfaces.h" -#if HAVE_SPL +#if HAVE_SPL && !defined(COMPILE_DL_SPL) #include "ext/spl/spl_sxe.h" #endif