fmk             Thu Feb 12 19:02:20 2004 EDT

  Modified files:              
    /php-src/ext/simplexml      php_simplexml.h 
  Log:
  Adding mising declaration (needed for Win32 compilation)
  
http://cvs.php.net/diff.php/php-src/ext/simplexml/php_simplexml.h?r1=1.17&r2=1.18&ty=u
Index: php-src/ext/simplexml/php_simplexml.h
diff -u php-src/ext/simplexml/php_simplexml.h:1.17 
php-src/ext/simplexml/php_simplexml.h:1.18
--- php-src/ext/simplexml/php_simplexml.h:1.17  Thu Jan 22 16:30:14 2004
+++ php-src/ext/simplexml/php_simplexml.h       Thu Feb 12 19:02:19 2004
@@ -16,7 +16,7 @@
   +----------------------------------------------------------------------+
 */
 
-/* $Id: php_simplexml.h,v 1.17 2004/01/22 21:30:14 rrichards Exp $ */
+/* $Id: php_simplexml.h,v 1.18 2004/02/13 00:02:19 fmk Exp $ */
 
 #ifndef PHP_SIMPLEXML_H
 #define PHP_SIMPLEXML_H
@@ -47,6 +47,7 @@
 #include <libxml/xmlschemas.h>
 
 PHP_MINIT_FUNCTION(simplexml);
+PHP_MSHUTDOWN_FUNCTION(simplexml);
 #if HAVE_SPL && !defined(COMPILE_DL_SPL)
 PHP_RINIT_FUNCTION(simplexml);
 #endif

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to