ID: 35260 Updated by: [EMAIL PROTECTED] Reported By: lacey at lacey dot cc -Status: Open +Status: Bogus Bug Type: IIS related Operating System: Windows XP PHP Version: 5.0.5 New Comment:
Why the hell are you reporting this separately and not giving the feedback to that earlier report?!?!!! Previous Comments: ------------------------------------------------------------------------ [2005-11-17 13:58:37] lacey at lacey dot cc Description: ------------ Your Memory Leak Bug is still there. In both php5isapi.dll and php-cgi.exe http://bugs.php.net/bug.php?id=32475 Add the second line in this routine in zend.c and it goes away. static void executor_globals_dtor(zend_executor_globals *executor_globals TSRMLS_DC) { zend_ini_shutdown(TSRMLS_C); zend_shutdown_constants(TSRMLS_C); } ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=35260&edit=1
