ID: 46099 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Open +Status: Assigned Bug Type: XSLT related PHP Version: 5.3CVS-2008-09-16 (CVS) -Assigned To: +Assigned To: rrichards New Comment:
A probable fix: http://felipe.ath.cx/diff/bug46099.diff Previous Comments: ------------------------------------------------------------------------ [2008-09-16 18:57:42] [EMAIL PROTECTED] Description: ------------ See below. The intern->profiling isn't freed and not checked when calling setProfiling() two or more times. Reproduce code: --------------- <?php $x = new xsltprocessor(); $x->setProfiling('foo'); $x->setProfiling('foo'); Actual result: -------------- Memory leak. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=46099&edit=1