1
0
mirror of https://github.com/php/php-src.git synced 2026-04-02 05:32:28 +02:00

This might not be necessary if we clean it all up ourselves.

This commit is contained in:
Andrei Zmievski
2006-10-05 22:45:34 +00:00
parent 0ba9147d9b
commit 32a2f348af

View 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(); */
}