]> granicus.if.org Git - php/commitdiff
Necessary as long as SPL is shared/dll
authorMarcus Boerger <helly@php.net>
Sun, 18 Jan 2004 22:20:54 +0000 (22:20 +0000)
committerMarcus Boerger <helly@php.net>
Sun, 18 Jan 2004 22:20:54 +0000 (22:20 +0000)
ext/simplexml/simplexml.c

index ef6e18f3f74b5d14bfccbd356e8d5c0cfc103d00..71e546979598c8b727b0495fcc0d683cc06ea40c 100644 (file)
@@ -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