tyrael Sun, 04 Sep 2011 13:27:19 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=316107
Log:
These regexes don't fail under the new backtrack limit, so lower it just for
the test to check the failure.
Changed paths:
U php/php-src/branches/PHP_5_3/ext/pcre/tests/006.phpt
Modified: php/php-src/branches/PHP_5_3/ext/pcre/tests/006.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/pcre/tests/006.phpt 2011-09-04
09:36:12 UTC (rev 316106)
+++ php/php-src/branches/PHP_5_3/ext/pcre/tests/006.phpt 2011-09-04
13:27:19 UTC (rev 316107)
@@ -1,5 +1,7 @@
--TEST--
preg_replace() with array of failing regular expressions
+--INI--
+pcre.backtrack_limit=100000
--FILE--
<?php
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php