summaryrefslogtreecommitdiff
path: root/ext/simplexml/php_simplexml.h
diff options
context:
space:
mode:
authorfoobar <sniper@php.net>2005-06-30 11:15:00 +0000
committerfoobar <sniper@php.net>2005-06-30 11:15:00 +0000
commit340bcffdf0087d9a3e806217261612db1a3587ba (patch)
tree15e4b5321d5a8b310889dd34cb2300df2d6d1587 /ext/simplexml/php_simplexml.h
parent384c52faee5b9ba52163a7e65989937fcbdcf1d7 (diff)
downloadphp-git-340bcffdf0087d9a3e806217261612db1a3587ba.tar.gz
- Unify (+ spl can't be build shared so COMPILE_DL_SPL
Diffstat (limited to 'ext/simplexml/php_simplexml.h')
-rw-r--r--ext/simplexml/php_simplexml.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/simplexml/php_simplexml.h b/ext/simplexml/php_simplexml.h
index 573b36603f..faa107965b 100644
--- a/ext/simplexml/php_simplexml.h
+++ b/ext/simplexml/php_simplexml.h
@@ -48,7 +48,7 @@ extern zend_module_entry simplexml_module_entry;
PHP_MINIT_FUNCTION(simplexml);
PHP_MSHUTDOWN_FUNCTION(simplexml);
-#if HAVE_SPL && !defined(COMPILE_DL_SPL)
+#ifdef HAVE_SPL
PHP_RINIT_FUNCTION(simplexml);
#endif
PHP_MINFO_FUNCTION(simplexml);