Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:16802 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 76684 invoked by uid 1010); 19 Jun 2005 11:38:41 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 76669 invoked from network); 19 Jun 2005 11:38:41 -0000 Received: from unknown (HELO php.net) (127.0.0.1) by localhost with SMTP; 19 Jun 2005 11:38:41 -0000 X-Host-Fingerprint: 82.94.239.5 jdi.jdi-ict.nl Linux 2.5 (sometimes 2.4) (4) Received: from ([82.94.239.5:44418] helo=jdi.jdi-ict.nl) by pb1.pair.com (ecelerity 1.2 r(5656M)) with SMTP id 2D/92-25080-F3955B24 for ; Sun, 19 Jun 2005 07:38:39 -0400 Received: from localhost (localhost [127.0.0.1]) by jdi.jdi-ict.nl (8.12.11/8.12.11) with ESMTP id j5JBcabE027907 for ; Sun, 19 Jun 2005 13:38:36 +0200 Received: from localhost (localhost [127.0.0.1]) by jdi.jdi-ict.nl (8.12.11/8.12.11) with ESMTP id j5JBcWGs027894; Sun, 19 Jun 2005 13:38:33 +0200 Date: Sun, 19 Jun 2005 13:38:30 +0200 (CEST) X-X-Sender: derick@localhost To: Andi Gutmans cc: internals@lists.php.net In-Reply-To: <5.1.0.14.2.20050618200648.02041070@localhost> Message-ID: References: <5.1.0.14.2.20050618095329.03fcaec0@localhost> <5.1.0.14.2.20050618095329.03fcaec0@localhost> <5.1.0.14.2.20050618200648.02041070@localhost> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Scanned: by amavisd-new at jci-ict.nl Subject: Re: [PHP-DEV] PHP 4.4 Breaks Backwards Compatibility From: derick@php.net (Derick Rethans) On Sat, 18 Jun 2005, Andi Gutmans wrote: > I don't have time until Momday to run 4.3 and 4.4 with that code (bug #20953) > Besides the warning will the result (even if bogus) be the same for both > versions? Yes: derick@tequila:/dat/dev/php$ php-4.3.11/sapi/cli/php -derror_reporting=2047 /tmp/bug20953.php Array ( [a] => 1 [c] => 3 ) derick@tequila:/dat/dev/php$ php-4.4dev/sapi/cli/php -derror_reporting=2047 /tmp/bug20953.php Notice: Only variable references should be returned by reference in /tmp/bug20953.php on line 2 Array ( [a] => 1 [c] => 3 ) regards, Derick -- Derick Rethans http://derickrethans.nl | http://ez.no | http://xdebug.org