Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:60973 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 48842 invoked from network); 27 Jun 2012 04:07:03 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 27 Jun 2012 04:07:03 -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:9082] helo=mailgw01.vps.gmoserver.jp) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id CF/00-46661-3E68AEF4 for ; Wed, 27 Jun 2012 00:07:00 -0400 Received: from www1.giraffy.jp (www1.giraffy.jp [210.172.151.35]) by mailgw01.vps.gmoserver.jp (Postfix) with ESMTP id B4B6C1888130; Wed, 27 Jun 2012 13:06:55 +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 66DAFB7ABB80; Wed, 27 Jun 2012 13:06:55 +0900 (JST) To: Christopher Jones Cc: internals@lists.php.net In-Reply-To: <4FEA5059.2050009@oracle.com> (Christopher Jones's message of "Tue, 26 Jun 2012 17:14:17 -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> User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.1.50 (gnu/linux) Date: Wed, 27 Jun 2012 13:06:55 +0900 Message-ID: <87k3ytfleo.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) > Does this need an architecture specific SKIPIF? See the mention of > PHP_INT_SIZE on http://qa.php.net/write-test.php Like this? =============================================================== --SKIPIF-- =============================================================== I'm afraid I may miss your point. >>> Can you add some phpt tests for all the cases you've raised? Could you tell me your intention of this question? > I don't know whether to suggest adding an XFAIL for 5.4, or whether to > suggest changing the expected output. This would depend on whether > there is likely to be any code change to 5.4 or not. Sorry, I cannot understand what you say, but PHP code changes from 5.4.3 to 5.4.4 for #54547 and #62097 are: https://github.com/php/php-src/commit/9344bf193c6e35c8706923953f3e63bb01cc05ed https://github.com/php/php-src/commit/acd711685a592c52be200e248154283c6c49c9f8 zendi_smart_strcmp() and is_numeric_string[_ex]() are changed. -- OISHI Kazuo