Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:57778 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 57053 invoked from network); 6 Feb 2012 17:55:41 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 6 Feb 2012 17:55:41 -0000 Authentication-Results: pb1.pair.com smtp.mail=rasmus@lerdorf.com; spf=permerror; sender-id=unknown Authentication-Results: pb1.pair.com header.from=rasmus@lerdorf.com; sender-id=unknown Received-SPF: error (pb1.pair.com: domain lerdorf.com from 209.85.210.170 cause and error) X-PHP-List-Original-Sender: rasmus@lerdorf.com X-Host-Fingerprint: 209.85.210.170 mail-iy0-f170.google.com Received: from [209.85.210.170] ([209.85.210.170:51302] helo=mail-iy0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C3/46-27897-C14103F4 for ; Mon, 06 Feb 2012 12:55:41 -0500 Received: by iakk32 with SMTP id k32so10045163iak.29 for ; Mon, 06 Feb 2012 09:55:38 -0800 (PST) Received: by 10.42.150.200 with SMTP id b8mr17884909icw.43.1328550938076; Mon, 06 Feb 2012 09:55:38 -0800 (PST) Received: from [192.168.200.5] (c-50-131-44-225.hsd1.ca.comcast.net. [50.131.44.225]) by mx.google.com with ESMTPS id x18sm27795021ibi.2.2012.02.06.09.55.36 (version=SSLv3 cipher=OTHER); Mon, 06 Feb 2012 09:55:37 -0800 (PST) Message-ID: <4F301417.2010301@lerdorf.com> Date: Mon, 06 Feb 2012 09:55:35 -0800 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:9.0) Gecko/20111229 Thunderbird/9.0 MIME-Version: 1.0 To: Stas Malyshev CC: David Soria Parra , =?ISO-8859-1?Q?Johannes_Schl=FCter?= , PHP internals X-Enigmail-Version: 1.3.4 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Subject: latest libpcre breaks the build From: rasmus@lerdorf.com (Rasmus Lerdorf) Heads up RMs. We need to apply the patch attached to this bug: https://bugs.php.net/bug.php?id=60986&edit=1 to 5.3/5.4/trunk. We switched to pcre_fullinfo() in most places already, but there is that one spot left. It is essentially a one-liner and it doesn't change any functionality since pcre_fullinfo() does exactly the same thing as pcre_info() when called with NULL,NULL,NULL. I have tested the patch and no tests are broken by it. -Rasmus