mirror of
https://github.com/php/php-src.git
synced 2024-11-29 04:46:07 +08:00
Adding mising declaration (needed for Win32 compilation)
This commit is contained in:
parent
cd4a39edf9
commit
cf2c4b26bb
@ -47,6 +47,7 @@ extern zend_module_entry simplexml_module_entry;
|
|||||||
#include <libxml/xmlschemas.h>
|
#include <libxml/xmlschemas.h>
|
||||||
|
|
||||||
PHP_MINIT_FUNCTION(simplexml);
|
PHP_MINIT_FUNCTION(simplexml);
|
||||||
|
PHP_MSHUTDOWN_FUNCTION(simplexml);
|
||||||
#if HAVE_SPL && !defined(COMPILE_DL_SPL)
|
#if HAVE_SPL && !defined(COMPILE_DL_SPL)
|
||||||
PHP_RINIT_FUNCTION(simplexml);
|
PHP_RINIT_FUNCTION(simplexml);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user