Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55130 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 20147 invoked from network); 3 Sep 2011 01:10:37 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 3 Sep 2011 01:10:37 -0000 Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.213.170 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.213.170 mail-yx0-f170.google.com Received: from [209.85.213.170] ([209.85.213.170:52470] helo=mail-yx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 9F/62-02968-A8E716E4 for ; Fri, 02 Sep 2011 21:10:35 -0400 Received: by yxk30 with SMTP id 30so1665715yxk.29 for ; Fri, 02 Sep 2011 18:10:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:cc:content-type :content-transfer-encoding; bh=R4GR/TmxKndWQYxY+RC9XhcTkUaS6GukZruqnQkRry0=; b=BsSIJo8+HOLpEryADSxKpFLRKTgt3WvV4bOsRyWJ+a7fnXtnAuV5oH3Aq3LYWgAFgc 9Fzjr46ac7GObY8aqXe7IEw1MP+WaJJ+wlJurCNZYhH22RNTxAUampn4rdwyMD+egAC9 DiCWl7eOj1sspKD+t5IPcxLxK9bxc9hb03onw= MIME-Version: 1.0 Received: by 10.147.17.13 with SMTP id u13mr1302096yai.31.1315012231891; Fri, 02 Sep 2011 18:10:31 -0700 (PDT) Received: by 10.147.168.14 with HTTP; Fri, 2 Sep 2011 18:10:31 -0700 (PDT) Date: Sat, 3 Sep 2011 03:10:31 +0200 Message-ID: To: Rasmus Lerdorf Cc: PHP Internals Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Subject: ext/pcre/tests/006.phpt From: tyra3l@gmail.com (Ferenc Kovacs) Hi, I started debugging why ext/pcre/tests/006.phpt fails, I've pinpointed the guilty commit: http://svn.php.net/viewvc?view=3Drevision&revision=3D311323 it seems that the behavior was depending on the backtrack limit, but I'm not sure what to do with the test. should I simply delete? or can we change the patter in such way that it would return NULL again? I'm not even sure what are we testing there. :/ --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu