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

index 00eb585f363a5b156d9153437503cf39e94a58cf..2ad7e817e5049f5956928bd7d169feabf13aaab2 100644 (file)
@@ -661,13 +661,13 @@ default_socket_timeout = 60
 
 [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,
index e0d02461ce6eb12e8f837a45b1673655e32077bc..1ee9101a23a5524b8eaa9c0fbc55afdb41770ab1 100644 (file)
@@ -706,13 +706,13 @@ default_socket_timeout = 60
 
 [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,