]> granicus.if.org Git - php/commitdiff
This might not be necessary if we clean it all up ourselves.
authorAndrei Zmievski <andrei@php.net>
Thu, 5 Oct 2006 22:45:34 +0000 (22:45 +0000)
committerAndrei Zmievski <andrei@php.net>
Thu, 5 Oct 2006 22:45:34 +0000 (22:45 +0000)
Zend/zend.c

index 6da0946a85851974a77f4fe07809eef6c39339f9..ccb129407ddf9fbf502c4c6d6fade9f2d1934c23 100644 (file)
@@ -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(); */
 }