Browse Source

Adding mising declaration (needed for Win32 compilation)

PEAR_1_4DEV
Frank M. Kromann 23 years ago
parent
commit
cf2c4b26bb
  1. 1
      ext/simplexml/php_simplexml.h

1
ext/simplexml/php_simplexml.h

@ -47,6 +47,7 @@ extern zend_module_entry simplexml_module_entry;
#include <libxml/xmlschemas.h>
PHP_MINIT_FUNCTION(simplexml);
PHP_MSHUTDOWN_FUNCTION(simplexml);
#if HAVE_SPL && !defined(COMPILE_DL_SPL)
PHP_RINIT_FUNCTION(simplexml);
#endif

Loading…
Cancel
Save