summaryrefslogtreecommitdiff
path: root/ext/simplexml/php_simplexml.h
diff options
context:
space:
mode:
authorFrank M. Kromann <fmk@php.net>2004-02-13 00:02:19 +0000
committerFrank M. Kromann <fmk@php.net>2004-02-13 00:02:19 +0000
commitcf2c4b26bb274f6f0dac14777c6cb573a6ae3a89 (patch)
treefa6b5a5a252c6125f7bfb79c8afb8d193e111e56 /ext/simplexml/php_simplexml.h
parentcd4a39edf9e86bcaa5baec21fd5dcaad133a6677 (diff)
downloadphp-git-cf2c4b26bb274f6f0dac14777c6cb573a6ae3a89.tar.gz
Adding mising declaration (needed for Win32 compilation)
Diffstat (limited to 'ext/simplexml/php_simplexml.h')
-rw-r--r--ext/simplexml/php_simplexml.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/simplexml/php_simplexml.h b/ext/simplexml/php_simplexml.h
index 36ae6ff242..573b36603f 100644
--- a/ext/simplexml/php_simplexml.h
+++ b/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