tony2001                Thu Apr 12 10:25:15 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.15&r2=1.231.2.10.2.16&diff_format=u
Index: php-src/php.ini-dist
diff -u php-src/php.ini-dist:1.231.2.10.2.15 
php-src/php.ini-dist:1.231.2.10.2.16
--- php-src/php.ini-dist:1.231.2.10.2.15        Thu Dec 21 13:05:27 2006
+++ php-src/php.ini-dist        Thu Apr 12 10:25:15 2007
@@ -660,7 +660,13 @@
 ;xmlrpc_errors = 0
 
 [Pcre]
+;PCRE library backtracking limit.
 ;pcre.recursion_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
 
 [Syslog]
http://cvs.php.net/viewvc.cgi/php-src/php.ini-recommended?r1=1.179.2.11.2.15&r2=1.179.2.11.2.16&diff_format=u
Index: php-src/php.ini-recommended
diff -u php-src/php.ini-recommended:1.179.2.11.2.15 
php-src/php.ini-recommended:1.179.2.11.2.16
--- php-src/php.ini-recommended:1.179.2.11.2.15 Thu Dec 21 13:05:27 2006
+++ php-src/php.ini-recommended Thu Apr 12 10:25:15 2007
@@ -705,7 +705,13 @@
 ;xmlrpc_errors = 0
 
 [Pcre]
+;PCRE library backtracking limit.
 ;pcre.recursion_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
 
 [Syslog]

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to