Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:19526 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 186 invoked by uid 1010); 9 Oct 2005 02:53:51 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 171 invoked from network); 9 Oct 2005 02:53:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 9 Oct 2005 02:53:51 -0000 X-Host-Fingerprint: 68.142.198.212 smtp113.sbc.mail.mud.yahoo.com Received: from ([68.142.198.212:25624] helo=smtp113.sbc.mail.mud.yahoo.com) by pb1.pair.com (ecelerity 2.0 beta r(6323M)) with SMTP id 5D/A9-54476-E3688434 for ; Sat, 08 Oct 2005 22:53:50 -0400 Received: (qmail 67001 invoked from network); 9 Oct 2005 02:53:46 -0000 Received: from unknown (HELO 192.168.2.101) (jabouillei@71.136.68.106 with plain) by smtp113.sbc.mail.mud.yahoo.com with SMTP; 9 Oct 2005 02:53:46 -0000 Reply-To: truth@proposaltech.com To: internals@lists.php.net In-Reply-To: <00A2E2156BEE8446A81C8881AE117F192C15D3@companyweb> References: <00A2E2156BEE8446A81C8881AE117F192C15D3@companyweb> Content-Type: text/plain Date: Sat, 08 Oct 2005 19:53:28 -0700 Message-ID: <1128826408.1380.3.camel@notebook> Mime-Version: 1.0 X-Mailer: Evolution 2.0.1 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] return /* by reference */ new Foo() in PHP4 From: truth@proposaltech.com (Todd Ruth) On Sat, 2005-10-08 at 21:57 +0200, Matthias Pigulla wrote: > ... This > was bug #33558 and has been fixed in 4.4.1RC1. Does that give 34551 any chance of being fixed? 33558 is just an annoying notice, but 34551 is a real BC break in 4.4 that wasn't documented and will likely continue to bite people who don't corrupt memory and think they can safely move to 4.4. - Todd