|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2015-01-22 14:30 UTC] mike@php.net
-Summary: resources are not free correctly
+Summary: resources are not freed correctly
[2015-01-27 02:56 UTC] mike@php.net
-Assigned To:
+Assigned To: dmitry
[2015-01-30 11:48 UTC] mike@php.net
[2015-04-08 10:30 UTC] dmitry@php.net
[2015-04-08 10:30 UTC] dmitry@php.net
-Status: Assigned
+Status: Closed
[2016-07-20 11:39 UTC] davey@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Wed Jun 24 04:00:01 2026 UTC |
Description: ------------ zend_resource_close/delete fails to free hash entry Test script: --------------- while (fclose(fopen("php://temp","w+"))); Expected result: ---------------- No memory exhaustion. Actual result: -------------- OOM