ID: 27337
Updated by: [EMAIL PROTECTED]
Reported By: msisolak at yahoo dot com
-Status: Open
+Status: Feedback
Bug Type: IIS related
Operating System: Windows 2000
PHP Version: 5CVS-2004-02-21 (dev)
New Comment:
Does this apply to PHP_4_3 branch too?
Previous Comments:
------------------------------------------------------------------------
[2004-02-21 00:28:39] msisolak at yahoo dot com
Description:
------------
The ISAPI doesn't call sapi_shutdown() so the
known_post_content_types hash tables doesn't get freed.
Patch:
--- php5isapi.c.orig Tue Feb 17 17:07:14 2004
+++ php5isapi.c Tue Feb 17 17:03:54 2004
@@ -935,6 +935,7 @@
if (isapi_sapi_module.shutdown) {
isapi_sapi_module.shutdown(&sapi_module);
}
+ sapi_shutdown();
tsrm_shutdown();
break;
}
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=27337&edit=1