Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:61012 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88496 invoked from network); 28 Jun 2012 02:06:21 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 28 Jun 2012 02:06:21 -0000 Authentication-Results: pb1.pair.com header.from=kazuo@o-ishi.jp; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=oishi@giraffy.jp; spf=permerror; sender-id=unknown Received-SPF: error (pb1.pair.com: domain giraffy.jp from 210.172.133.182 cause and error) X-PHP-List-Original-Sender: oishi@giraffy.jp X-Host-Fingerprint: 210.172.133.182 mail-out.vps.gmoserver.jp Linux 2.6 Received: from [210.172.133.182] ([210.172.133.182:21917] helo=mailgw01.vps.gmoserver.jp) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 4D/03-08168-A1CBBEF4 for ; Wed, 27 Jun 2012 22:06:20 -0400 Received: from www1.giraffy.jp (www1.giraffy.jp [210.172.151.35]) by mailgw01.vps.gmoserver.jp (Postfix) with ESMTP id B54131888190; Thu, 28 Jun 2012 11:06:14 +0900 (JST) Received: from molech.giraffy.jp (aa024044.ppp.asahi-net.or.jp [110.5.24.44]) by www1.giraffy.jp (Postfix) with ESMTPSA id 06F73B7ABBAA; Thu, 28 Jun 2012 11:06:14 +0900 (JST) To: Christopher Jones Cc: internals@lists.php.net In-Reply-To: <4FEB5060.7050301@oracle.com> (Christopher Jones's message of "Wed, 27 Jun 2012 11:26:40 -0700") References: <4FAF1EE5.5010409@sugarcrm.com> <4FDA8833.1040408@gmail.com> <874nqdnnas.fsf@molech.giraffy.jp> <4FE364D8.9000204@oracle.com> <8762ajq0vp.fsf@molech.giraffy.jp> <4FEA5059.2050009@oracle.com> <87k3ytfleo.fsf@molech.giraffy.jp> <4FEB5060.7050301@oracle.com> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) Date: Thu, 28 Jun 2012 11:06:13 +0900 Message-ID: <87bok4fawa.fsf@molech.giraffy.jp> MIME-Version: 1.0 Content-Type: text/plain Subject: Re: [PHP-DEV] bug 54547 From: kazuo@o-ishi.jp (Oishi Kazuo) > So that next time this code changes any breakage is obvious. Next time? I had reported breakage for PHP 5.4.4 RC, but it "wont fix" and PHP 5.4.4 was released. https://bugs.php.net/bug.php?id=62097 I think the breakage exists in current version (PHP 5.4.4). > Any test you create for PHP 5.4 need to either: > > 1. Pass, or > 2. have an XFAIL section > > I don't know whether or not PHP 5.4 is going to be changed. If it is not > going to be changed, then you should do #1. All my tests are passed at previous version (PHP 5.4.3), and are failed at current version (PHP 5.4.4). Behavior of PHP 5.4 WAS changed. I intend to show evidence of breakage (backward incompatibility) in PHP 5.4.4, not intend to write test code to be passed on PHP 5.4.4. -- Oishi Kazuo