]> granicus.if.org Git - php/commitdiff
MFH
authorAntony Dovgal <tony2001@php.net>
Thu, 12 Apr 2007 10:25:15 +0000 (10:25 +0000)
committerAntony Dovgal <tony2001@php.net>
Thu, 12 Apr 2007 10:25:15 +0000 (10:25 +0000)
php.ini-dist
php.ini-recommended

index f5e15ec6f68774bc6637645269d1eb8b403f33d1..00eb585f363a5b156d9153437503cf39e94a58cf 100644 (file)
@@ -660,7 +660,13 @@ default_socket_timeout = 60
 ;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]
index 6e123a3ccb6436b0170ba6e915b52242daf562a4..e0d02461ce6eb12e8f837a45b1673655e32077bc 100644 (file)
@@ -705,7 +705,13 @@ default_socket_timeout = 60
 ;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]