tony2001 Thu Apr 12 12:31:39 2007 UTC Modified files: (Branch: PHP_5_2) /php-src php.ini-dist php.ini-recommended Log: MFH http://cvs.php.net/viewvc.cgi/php-src/php.ini-dist?r1=1.231.2.10.2.16&r2=1.231.2.10.2.17&diff_format=u Index: php-src/php.ini-dist diff -u php-src/php.ini-dist:1.231.2.10.2.16 php-src/php.ini-dist:1.231.2.10.2.17 --- php-src/php.ini-dist:1.231.2.10.2.16 Thu Apr 12 10:25:15 2007 +++ php-src/php.ini-dist Thu Apr 12 12:31:39 2007 @@ -661,13 +661,13 @@ [Pcre] ;PCRE library backtracking limit. -;pcre.recursion_limit=100000 +;pcre.backtrack_limit=100000 ;PCRE library recursion limit. ;Please note that if you set this value to a high number you may consume all ;the available process stack and eventually crash PHP (due to reaching the ;stack size limit imposed by the Operating System). -;pcre.backtrack_limit=100000 +;pcre.recursion_limit=100000 [Syslog] ; Whether or not to define the various syslog variables (e.g. $LOG_PID, http://cvs.php.net/viewvc.cgi/php-src/php.ini-recommended?r1=1.179.2.11.2.16&r2=1.179.2.11.2.17&diff_format=u Index: php-src/php.ini-recommended diff -u php-src/php.ini-recommended:1.179.2.11.2.16 php-src/php.ini-recommended:1.179.2.11.2.17 --- php-src/php.ini-recommended:1.179.2.11.2.16 Thu Apr 12 10:25:15 2007 +++ php-src/php.ini-recommended Thu Apr 12 12:31:39 2007 @@ -706,13 +706,13 @@ [Pcre] ;PCRE library backtracking limit. -;pcre.recursion_limit=100000 +;pcre.backtrack_limit=100000 ;PCRE library recursion limit. ;Please note that if you set this value to a high number you may consume all ;the available process stack and eventually crash PHP (due to reaching the ;stack size limit imposed by the Operating System). -;pcre.backtrack_limit=100000 +;pcre.recursion_limit=100000 [Syslog] ; Whether or not to define the various syslog variables (e.g. $LOG_PID,
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php