From cf2c4b26bb274f6f0dac14777c6cb573a6ae3a89 Mon Sep 17 00:00:00 2001 From: "Frank M. Kromann" Date: Fri, 13 Feb 2004 00:02:19 +0000 Subject: [PATCH] Adding mising declaration (needed for Win32 compilation) --- ext/simplexml/php_simplexml.h | 1 + 1 file changed, 1 insertion(+) diff --git a/ext/simplexml/php_simplexml.h b/ext/simplexml/php_simplexml.h index 36ae6ff242b..573b36603fa 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 PHP_MINIT_FUNCTION(simplexml); +PHP_MSHUTDOWN_FUNCTION(simplexml); #if HAVE_SPL && !defined(COMPILE_DL_SPL) PHP_RINIT_FUNCTION(simplexml); #endif