summaryrefslogtreecommitdiff
path: root/ext/standard/php_crypt.h
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2008-08-19 15:14:46 +0000
committerAntony Dovgal <tony2001@php.net>2008-08-19 15:14:46 +0000
commit881d80382bf4821b1696cc7d464fce4a6a946ba9 (patch)
treed3f090e5c88caecd3a78e02397027b23190c7b67 /ext/standard/php_crypt.h
parent5293e7981e885564421d9061bc991c1e092922a4 (diff)
downloadphp-git-881d80382bf4821b1696cc7d464fce4a6a946ba9.tar.gz
MFH: shutdown crypt correctly and fix memleak in ZTS mode
Diffstat (limited to 'ext/standard/php_crypt.h')
-rw-r--r--ext/standard/php_crypt.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/standard/php_crypt.h b/ext/standard/php_crypt.h
index 4e5a874e8a..5df233bb93 100644
--- a/ext/standard/php_crypt.h
+++ b/ext/standard/php_crypt.h
@@ -26,9 +26,7 @@
PHP_FUNCTION(crypt);
#if HAVE_CRYPT
PHP_MINIT_FUNCTION(crypt);
-#if PHP_WIN32
PHP_MSHUTDOWN_FUNCTION(crypt);
-#endif
PHP_RINIT_FUNCTION(crypt);
#endif