Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:26105 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 4394 invoked by uid 1010); 20 Oct 2006 05:06:33 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 4378 invoked from network); 20 Oct 2006 05:06:33 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Oct 2006 05:06:33 -0000 Authentication-Results: pb1.pair.com smtp.mail=glenn.richmond@ilisys.com.au; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=glenn.richmond@ilisys.com.au; sender-id=unknown Received-SPF: error (pb1.pair.com: domain ilisys.com.au from 203.202.10.154 cause and error) X-PHP-List-Original-Sender: glenn.richmond@ilisys.com.au X-Host-Fingerprint: 203.202.10.154 mailx.ilisys.com.au Linux 2.6 Received: from [203.202.10.154] ([203.202.10.154:40405] helo=mailx.ilisys.com.au) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 56/2B-27040-65958354 for ; Fri, 20 Oct 2006 01:06:33 -0400 Received: (qmail 4004 invoked from network); 20 Oct 2006 15:06:27 +1000 Received: from unknown (HELO ?127.0.0.1?) (203.202.11.226) by mailx.ilisys.com.au with SMTP; 20 Oct 2006 15:06:27 +1000 Message-ID: <45385952.7040400@ilisys.com.au> Date: Fri, 20 Oct 2006 13:06:26 +0800 User-Agent: Thunderbird 1.5.0.7 (Windows/20060909) MIME-Version: 1.0 To: Christian Stocker CC: Lukas Kahwe Smith , internals@lists.php.net References: <18.FF.27040.69DE7354@pb1.pair.com> <453857D8.3020704@bitflux.ch> In-Reply-To: <453857D8.3020704@bitflux.ch> X-Enigmail-Version: 0.94.0.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] a last plead From: glenn.richmond@ilisys.com.au (Glenn Richmond) Hmm, this is interesting - I just joined the mailing list, but I can relate to this. I've come across a piece of code in that has the following line in a function within a class: return $this; It seems to cause an over-allocation of memory and ultimately a seg fault in both 5.1.4 and 5.2rc4, but works in 5.04. Is this the sort of this that you're referring to? Glenn. Christian Stocker wrote: > On 19.10.2006 23:26 Uhr, Lukas Kahwe Smith wrote: > >> Hi, >> >> I just want to say once again that all hell is going to break loose once >> we release 5.2.0 as stable thanks to the various fatal errors we are >> adding for perfectly working code that breaks OO theory. >> >> Now is the time to fix this before RC6. >> > > +1 too here. > > It will IMHO slow down the adoption of 5.2, as - I assume - a > significant part of scripts will fatal out in 5.2. And this certainly > won't make all those people happy, who already had to rewrite their > programs for making them 5.0/1 compatible > > chregu >