]> granicus.if.org Git - php/commitdiff
Merged with HEAD, 1.8
authorSascha Schumann <sas@php.net>
Mon, 4 Dec 2000 16:15:26 +0000 (16:15 +0000)
committerSascha Schumann <sas@php.net>
Mon, 4 Dec 2000 16:15:26 +0000 (16:15 +0000)
ext/sablot/php_sablot.h

index fff7ddab6c748e0c51db4a17c52d40d451244ef4..e4dabd2c8f84d04ee8ca9dd2eb892e6852ad4b5d 100644 (file)
@@ -34,9 +34,11 @@ extern zend_module_entry sablot_module_entry;
 
 /* Module functions */
 PHP_MINIT_FUNCTION(sablot);
-PHP_MSHUTDOWN_FUNCTION(sablot);
 PHP_MINFO_FUNCTION(sablot);
 
+/* Request functions */
+PHP_RSHUTDOWN_FUNCTION(sablot);
+
 /* Output transformation functions */
 PHP_FUNCTION(xslt_output_begintransform);
 PHP_FUNCTION(xslt_output_endtransform);