summaryrefslogtreecommitdiff
path: root/Zend/zend.c
diff options
context:
space:
mode:
authorAndi Gutmans <andi@php.net>2001-12-25 16:51:37 +0000
committerAndi Gutmans <andi@php.net>2001-12-25 16:51:37 +0000
commitee44180fc681ac345299ae6bffdd9867fe774d43 (patch)
tree939eb1f0662de2fed617b0f2d1eaae7f2fe9102a /Zend/zend.c
parenta05e74cd295c79cf31bf64e281483edd59f8022d (diff)
downloadphp-git-ee44180fc681ac345299ae6bffdd9867fe774d43.tar.gz
- Fix a crash (not a thorough fix).
- Commented old code
Diffstat (limited to 'Zend/zend.c')
-rw-r--r--Zend/zend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/Zend/zend.c b/Zend/zend.c
index c17d494e97..40c752e1c0 100644
--- a/Zend/zend.c
+++ b/Zend/zend.c
@@ -494,7 +494,7 @@ void zend_shutdown(TSRMLS_D)
zend_hash_destroy(&module_registry);
zend_hash_destroy(GLOBAL_FUNCTION_TABLE);
- zend_hash_destroy(GLOBAL_CLASS_TABLE);
+/* zend_hash_destroy(GLOBAL_CLASS_TABLE); FIXME */
zend_hash_destroy(GLOBAL_AUTO_GLOBALS_TABLE);
free(GLOBAL_AUTO_GLOBALS_TABLE);