diff options
author | Marcus Boerger <helly@php.net> | 2004-01-18 15:16:26 +0000 |
---|---|---|
committer | Marcus Boerger <helly@php.net> | 2004-01-18 15:16:26 +0000 |
commit | 8f4e9d9e42e415f1794ab0801af8c02386373df7 (patch) | |
tree | a51794d1616360f24e20231fff0deb08a682ef98 /ext/simplexml/php_simplexml.h | |
parent | bb678c07b589b18609b46a08ce098167d44761f0 (diff) | |
download | php-git-8f4e9d9e42e415f1794ab0801af8c02386373df7.tar.gz |
Enable inherited classes inside SPL and respect order of module init.
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 94b668aa92..de3872133a 100644 --- a/ext/simplexml/php_simplexml.h +++ b/ext/simplexml/php_simplexml.h @@ -80,7 +80,7 @@ typedef struct { #define SIMPLEXML_G(v) (simplexml_globals.v) #endif -PHP_API zend_class_entry *sxe_get_element_class_entry(); +ZEND_API zend_class_entry *sxe_get_element_class_entry(); #endif |