ID:               35260
 User updated by:  lacey at lacey dot cc
 Reported By:      lacey at lacey dot cc
 Status:           Bogus
 Bug Type:         IIS related
 Operating System: Windows XP
 PHP Version:      5.0.5
 New Comment:

Well that's very simple.  Because in your infinite wisdom, you locked
the first one.


Previous Comments:
------------------------------------------------------------------------

[2005-11-17 13:59:58] [EMAIL PROTECTED]

Why the hell are you reporting this separately and not giving the
feedback to that earlier report?!?!!!


------------------------------------------------------------------------

[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

Reply via email to