diff options
author | Rob Richards <rrichards@php.net> | 2003-06-14 18:15:50 +0000 |
---|---|---|
committer | Rob Richards <rrichards@php.net> | 2003-06-14 18:15:50 +0000 |
commit | d1bfc58aee0944095757e252074558c5809a55e9 (patch) | |
tree | c6346a75fef81d953cda608dd6ce6a8b506ac0f2 /ext/simplexml/php_simplexml.h | |
parent | c104c0d6767b0d798f1fd3ea2bcefb3143bd8394 (diff) | |
download | php-git-d1bfc58aee0944095757e252074558c5809a55e9.tar.gz |
use xmlInitParser instead of xmlInitThreads
reentrant safe as well no need for xml_parser_inited
Diffstat (limited to 'ext/simplexml/php_simplexml.h')
-rw-r--r-- | ext/simplexml/php_simplexml.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/simplexml/php_simplexml.h b/ext/simplexml/php_simplexml.h index 233452dafa..ec5ac2671c 100644 --- a/ext/simplexml/php_simplexml.h +++ b/ext/simplexml/php_simplexml.h @@ -26,10 +26,8 @@ extern zend_module_entry simplexml_module_entry; #ifdef PHP_WIN32 #define PHP_SIMPLEXML_API __declspec(dllexport) -#define SIMPLEXML_IMPORT __declspec(dllimport) #else #define PHP_SIMPLEXML_API -#define SIMPLEXML_IMPORT extern #endif #ifdef ZTS |