From: Andrei Zmievski Date: Thu, 5 Oct 2006 22:45:34 +0000 (+0000) Subject: This might not be necessary if we clean it all up ourselves. X-Git-Tag: RELEASE_1_0_0RC1~1400 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=32a2f348af6a3657cf2cae32e8fa081e51fb97e8;p=php This might not be necessary if we clean it all up ourselves. --- diff --git a/Zend/zend.c b/Zend/zend.c index 6da0946a85..ccb129407d 100644 --- a/Zend/zend.c +++ b/Zend/zend.c @@ -1217,7 +1217,7 @@ void zend_shutdown(TSRMLS_D) zend_destroy_rsrc_list_dtors(); /* free ICU cache and any open ICU item (collators, converters, ...) */ - u_cleanup(); + /* u_cleanup(); */ }