Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:72729 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 88187 invoked from network); 21 Feb 2014 10:51:17 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 Feb 2014 10:51:17 -0000 Authentication-Results: pb1.pair.com smtp.mail=julienpauli@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=julienpauli@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.128.172 as permitted sender) X-PHP-List-Original-Sender: julienpauli@gmail.com X-Host-Fingerprint: 209.85.128.172 mail-ve0-f172.google.com Received: from [209.85.128.172] ([209.85.128.172:48017] helo=mail-ve0-f172.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F4/00-22355-3AF27035 for ; Fri, 21 Feb 2014 05:51:16 -0500 Received: by mail-ve0-f172.google.com with SMTP id jz11so1217931veb.31 for ; Fri, 21 Feb 2014 02:51:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc:content-type:content-transfer-encoding; bh=SdonX6S6Yp4lSsRDw0fBJNSffzOTyyPMMJnzJCgu8rk=; b=HA1m8P/b/BXxJBCx77ZQAvz/CGEDi8IK814LwK+ZrckI5N0EjK4RHrcmkP2Xnlybsm WYk0N1paJR0wvf8bUOXBRLaWER4NqnZoC+sTBVEyVZr/pOEKBp/+8oSfHTrt7DmoSY35 CKMzghMvNLz2ynLkaYrqI7+vQfjoOIACDwOZElhkKrCRu3cL1/aNbc1mdRsFztDIPBzr 3F3G/TXAIJMnaStIGIsIr6/ypI8pHU6pw3UA7jf36CdAF366looU3msVJ3HHoNdiLv8V JmcuKYtJ7Fze4KhdpSOKCfirErajaywTY/gkcSxVZiFfVrnzukpx2zH4yHIsz+Vh9bAJ FbXQ== X-Received: by 10.220.147.16 with SMTP id j16mr4395126vcv.28.1392979873157; Fri, 21 Feb 2014 02:51:13 -0800 (PST) MIME-Version: 1.0 Sender: julienpauli@gmail.com Received: by 10.221.8.129 with HTTP; Fri, 21 Feb 2014 02:50:33 -0800 (PST) In-Reply-To: <530612F4.5040506@fedoraproject.org> References: <530612F4.5040506@fedoraproject.org> Date: Fri, 21 Feb 2014 11:50:33 +0100 X-Google-Sender-Auth: jJHZ--LupElXFhGsuuhaLnJ1hak Message-ID: To: Remi Collet Cc: PHP Internals , Anatoliy Belsky Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Subject: Re: [PHP-DEV] PHP-5.5.10RC1 is available From: jpauli@php.net (Julien Pauli) On Thu, Feb 20, 2014 at 3:36 PM, Remi Collet wrote= : > Le 20/02/2014 12:55, Julien Pauli a =E9crit : >> 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 li= ne > 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]=3D> > 024- string(1) "a" > 025- ["xyz"]=3D> > 026- string(2) "q6" > 027- [6]=3D> > 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.ph= p 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 ? Putting Anatol in the CC as he made this change. Julien.P