diff options
author | foobar <sniper@php.net> | 2005-06-30 11:15:00 +0000 |
---|---|---|
committer | foobar <sniper@php.net> | 2005-06-30 11:15:00 +0000 |
commit | 340bcffdf0087d9a3e806217261612db1a3587ba (patch) | |
tree | 15e4b5321d5a8b310889dd34cb2300df2d6d1587 /ext/simplexml/php_simplexml.h | |
parent | 384c52faee5b9ba52163a7e65989937fcbdcf1d7 (diff) | |
download | php-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.h | 2 |
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); |