php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #35260 Memory Leak
Submitted: 2005-11-17 13:58 UTC Modified: 2005-11-17 14:08 UTC
From: lacey at lacey dot cc Assigned:
Status: Not a bug Package: IIS related
PHP Version: 5.0.5 OS: Windows XP
Private report: No CVE-ID: None
 [2005-11-17 13:58 UTC] 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);
}



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-11-17 13:59 UTC] sniper@php.net
Why the hell are you reporting this separately and not giving the feedback to that earlier report?!?!!!

 [2005-11-17 14:08 UTC] lacey at lacey dot cc
Well that's very simple.  Because in your infinite wisdom, you locked the first one.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 03 06:01:30 2024 UTC