summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Boerger <helly@php.net>2004-01-18 22:20:54 +0000
committerMarcus Boerger <helly@php.net>2004-01-18 22:20:54 +0000
commit517c5f5fc5632fee33231f949df669753bb537aa (patch)
treec4fdabfef39ade73bb982cbc33d93f7dfaf611e7
parentc7c9c72d49f7ebe349af3410ccdc4ecda616da51 (diff)
downloadphp-git-517c5f5fc5632fee33231f949df669753bb537aa.tar.gz
Necessary as long as SPL is shared/dll
-rw-r--r--ext/simplexml/simplexml.c2
1 files changed, 1 insertions, 1 deletions
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