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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: lacey at lacey dot cc
New email:
PHP Version: OS:

 

 [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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed Jul 23 06:00:03 2025 UTC