Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:4985 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 59866 invoked by uid 1010); 25 Oct 2003 13:26:52 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 59830 invoked by uid 1007); 25 Oct 2003 13:26:52 -0000 Message-ID: <20031025132652.59829.qmail@pb1.pair.com> To: internals@lists.php.net Date: Sat, 25 Oct 2003 15:26:51 +0200 User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.5) Gecko/20031009 X-Accept-Language: de-ch, en-us, en MIME-Version: 1.0 References: <3F9A759F.5070402@cschneid.com> In-Reply-To: <3F9A759F.5070402@cschneid.com> X-Enigmail-Version: 0.76.7.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-Posted-By: 195.226.4.61 Subject: Re: Adding vars to debug_backtrace() From: cschneid@cschneid.com (Christian Schneider) Oops, after I first added FREE_ZVAL(vars) to my patch to get rid of the memory leak I now realized that it simply doesn't work like this. I still have to learn about the memory management/gc of Zend I guess :-) If you want to try my patch and don't care about a memory leak, remove the line FREE_ZVAL(vars); - Chris