Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:72706 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 92628 invoked from network); 20 Feb 2014 14:36:48 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 Feb 2014 14:36:48 -0000 Authentication-Results: pb1.pair.com smtp.mail=remi@fedoraproject.org; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=remi@fedoraproject.org; sender-id=unknown Received-SPF: error (pb1.pair.com: domain fedoraproject.org from 212.27.42.3 cause and error) X-PHP-List-Original-Sender: remi@fedoraproject.org X-Host-Fingerprint: 212.27.42.3 smtp3-g21.free.fr Linux 2.6 Received: from [212.27.42.3] ([212.27.42.3:50845] helo=smtp3-g21.free.fr) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 33/B4-00813-CF216035 for ; Thu, 20 Feb 2014 09:36:47 -0500 Received: from schrodingerscat.famillecollet.com (unknown [82.241.130.121]) by smtp3-g21.free.fr (Postfix) with ESMTP id 17FDDA6103 for ; Thu, 20 Feb 2014 15:36:37 +0100 (CET) Message-ID: <530612F4.5040506@fedoraproject.org> Date: Thu, 20 Feb 2014 15:36:36 +0100 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:24.0) Gecko/20100101 Thunderbird/24.2.0 MIME-Version: 1.0 To: PHP Internals References: In-Reply-To: X-Enigmail-Version: 1.6 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Subject: Re: [PHP-DEV] PHP-5.5.10RC1 is available From: remi@fedoraproject.org (Remi Collet) Le 20/02/2014 12:55, Julien Pauli a écrit : > You can test it and report any bugs or regressions that you may notice > using the bug system at http://bugs.php.net. From fresh test build: TEST FAILURE: ../ext/pcre/tests/match_flags3.diff -- 024+ Warning: preg_match(): Numeric named subpatterns are not allowed in /builddir/build/BUILD/php-5.5.10RC1/ext/pcre/tests/match_flags3.php on line 14 024- Warning: preg_match(): Compilation failed: group name must start with a non-digit at offset %d in %smatch_flags3.php on line %d TEST FAILURE: ../ext/pcre/tests/grep2.diff -- 022+ array(0) { 022- array(3) { 023- [5]=> 024- string(1) "a" 025- ["xyz"]=> 026- string(2) "q6" 027- [6]=> 028- string(3) "h20" 024+ bool(true) 030- bool(false) TEST FAILURE: ../ext/pcre/tests/bug37911.diff -- 020+ Warning: preg_replace_callback(): Numeric named subpatterns are not allowed in /builddir/build/BUILD/php-5.5.10RC1/ext/pcre/tests/bug37911.php o n line 14 020- Warning: preg_replace_callback(): Compilation failed: group name must start with a non-digit at offset %d in %sbug37911.php on line %d I understand bundled libpcre have been update to 8.34 (and my build use system pcre 8.32), and test have also been updates for changes. But this means we have behavior change (grep2.phpt) in a minor update. Thoughts ? Remi.