Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:55183 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 21402 invoked from network); 4 Sep 2011 10:41:35 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 4 Sep 2011 10:41:35 -0000 Authentication-Results: pb1.pair.com header.from=confik@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=confik@gmail.com; spf=pass; 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: confik@gmail.com X-Host-Fingerprint: 209.85.213.170 mail-yx0-f170.google.com Received: from [209.85.213.170] ([209.85.213.170:51932] helo=mail-yx0-f170.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 75/BC-34132-ED5536E4 for ; Sun, 04 Sep 2011 06:41:35 -0400 Received: by yxk30 with SMTP id 30so1994616yxk.29 for ; Sun, 04 Sep 2011 03:41:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc:content-type; bh=4qlb+g/+Wd0B3ltXDGpRErZwzyC+TptprhzJVFtv9xE=; b=qt64POgajohRJPp4vaDLyoC7BYZ6MSMrLrzCJpUBUzM0J3LPsSnJ8HVpJDie1MxiS8 38SxVs930nWKBixmQj6LNubBZ/72qW9OK7Apo5VqQ/vWycM/gtW+ynE17at6ReE4ZRLy cM3Ii8nPRI4pV63e8CFn6uSO4vHkPMf3gRkYw= Received: by 10.101.44.4 with SMTP id w4mr1968335anj.108.1315132891237; Sun, 04 Sep 2011 03:41:31 -0700 (PDT) MIME-Version: 1.0 Received: by 10.101.127.12 with HTTP; Sun, 4 Sep 2011 03:41:11 -0700 (PDT) In-Reply-To: <4E63034E.9040508@sugarcrm.com> References: <4E63034E.9040508@sugarcrm.com> Date: Sun, 4 Sep 2011 15:41:11 +0500 Message-ID: To: Stas Malyshev Cc: Ferenc Kovacs , Rasmus Lerdorf , PHP Internals Content-Type: text/plain; charset=UTF-8 Subject: Re: [PHP-DEV] ext/pcre/tests/006.phpt From: confik@gmail.com (Alexey Shein) It fails for me too, but only in PHP_5_3 branch, PHP_5_4 and trunk are ok. It seems it starts to fail after Rasmus's default backtrack limit increasion (as Tyrael pointed in his message), which was fixed for PHP_5_4 and trunk in this commit: http://svn.php.net/viewvc?view=revision&revision=312110. Maybe PHP_5_3 branch should be changed accordingly? 2011/9/4 Stas Malyshev : > Hi! > > On 9/2/11 6:10 PM, Ferenc Kovacs wrote: >> >> http://svn.php.net/viewvc?view=revision&revision=311323 >> 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. :/ > > This tests works for me. What is the failure in your case? > -- > Stanislav Malyshev, Software Architect > SugarCRM: http://www.sugarcrm.com/ > (408)454-6900 ext. 227 > > -- > PHP Internals - PHP Runtime Development Mailing List > To unsubscribe, visit: http://www.php.net/unsub.php > > -- Regards, Shein Alexey