diff options
author | Sascha Schumann <sas@php.net> | 2000-12-04 16:15:26 +0000 |
---|---|---|
committer | Sascha Schumann <sas@php.net> | 2000-12-04 16:15:26 +0000 |
commit | 26a06630445545a94bc7730a21065312ce8e39e6 (patch) | |
tree | 9868d36586b8feb78f596f3eae854866fbfe4600 | |
parent | 9b4e521b9c743142a257885b90bdf6399b5b18a3 (diff) | |
download | php-git-26a06630445545a94bc7730a21065312ce8e39e6.tar.gz |
Merged with HEAD, 1.8
-rw-r--r-- | ext/sablot/php_sablot.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/ext/sablot/php_sablot.h b/ext/sablot/php_sablot.h index fff7ddab6c..e4dabd2c8f 100644 --- a/ext/sablot/php_sablot.h +++ b/ext/sablot/php_sablot.h @@ -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); |