diff options
author | Antony Dovgal <tony2001@php.net> | 2006-05-24 21:22:13 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2006-05-24 21:22:13 +0000 |
commit | 4cb3d1827683de96dd830b8ead97eb60ff57ae36 (patch) | |
tree | d044abed425ea22a70ddd9e24ff256c0cc4a1f38 /ext/tidy/php_tidy.h | |
parent | fb32c077a2fee482eb96d3b4cf7cd37eadf81155 (diff) | |
download | php-git-4cb3d1827683de96dd830b8ead97eb60ff57ae36.tar.gz |
fix #37418 (tidy module crashes CLI version of PHP)
Diffstat (limited to 'ext/tidy/php_tidy.h')
-rw-r--r-- | ext/tidy/php_tidy.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/tidy/php_tidy.h b/ext/tidy/php_tidy.h index 3beff75dd8..3f910e46ef 100644 --- a/ext/tidy/php_tidy.h +++ b/ext/tidy/php_tidy.h @@ -40,6 +40,7 @@ extern zend_module_entry tidy_module_entry; #define TIDY_ATTR_ME(name, param) TIDY_METHOD_MAP(name, tam_ ##name, param) PHP_MINIT_FUNCTION(tidy); +PHP_MSHUTDOWN_FUNCTION(tidy); PHP_RINIT_FUNCTION(tidy); PHP_MINFO_FUNCTION(tidy); |