Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:15258 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 31278 invoked by uid 1010); 5 Mar 2005 20:02:15 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 31263 invoked from network); 5 Mar 2005 20:02:15 -0000 Received: from unknown (HELO teh.ath.cx) (127.0.0.1) by localhost with SMTP; 5 Mar 2005 20:02:15 -0000 X-Host-Fingerprint: 212.250.162.15 smtpout15.mailhost.ntl.com Solaris 8 (1) Received: from ([212.250.162.15:32161] helo=mta05-winn.mailhost.ntl.com) by pb1.pair.com (ecelerity HEAD r(5124)) with SMTP id 95/4C-29225-6401A224 for ; Sat, 05 Mar 2005 15:02:14 -0500 Received: from aamta07-winn.mailhost.ntl.com ([212.250.162.8]) by mta05-winn.mailhost.ntl.com with ESMTP id <20050305200211.WBED1139.mta05-winn.mailhost.ntl.com@aamta07-winn.mailhost.ntl.com>; Sat, 5 Mar 2005 20:02:11 +0000 Received: from [192.168.1.101] (really [81.96.210.130]) by aamta07-winn.mailhost.ntl.com with ESMTP id <20050305200211.BXPY10174.aamta07-winn.mailhost.ntl.com@[192.168.1.101]>; Sat, 5 Mar 2005 20:02:11 +0000 Message-ID: <422A1047.7080303@teh.ath.cx> Date: Sat, 05 Mar 2005 20:02:15 +0000 User-Agent: Mozilla Thunderbird 1.0 (X11/20050111) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Yermo Lamers CC: internals@lists.php.net, yml@yml.com References: <422A09BB.7080409@dtlink.com> In-Reply-To: <422A09BB.7080409@dtlink.com> X-Enigmail-Version: 0.90.0.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] PHP 5.0.3 losing $this From: matthew@teh.ath.cx (Matthew Charles Kavanagh) Yermo Lamers wrote: > I've not had alot of luck with reporting bugs through the bug tracker; > For instance see > > http://bugs.php.net/31508 > > where the guy claims PHP can't do recursion without crashing ... Ummm? To be fair, he is correct in what he says; PHP cannot do recursion beyond a certain level, because of limitations on stack size. He does not claim that PHP cannot do recursion; you are misrepresenting him..