|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2003-11-01 06:05 UTC] sniper@php.net
[2003-11-01 07:40 UTC] bs@php.net
[2003-11-03 05:23 UTC] moriyoshi@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 03:00:01 2025 UTC |
Description: ------------ domxml_xmltree seams to have a memory leak at least with libxml 2.5.11 Reproduce code: --------------- php -r "while(1) xmltree('<foo />');" Actual result: -------------- process crashes because of exceeded memory limit