From 8f4e9d9e42e415f1794ab0801af8c02386373df7 Mon Sep 17 00:00:00 2001 From: Marcus Boerger Date: Sun, 18 Jan 2004 15:16:26 +0000 Subject: Enable inherited classes inside SPL and respect order of module init. --- ext/simplexml/php_simplexml.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ext/simplexml/php_simplexml.h') 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 -- cgit v1.2.1