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

index bea8bfbceca56eabe93185af1ec17a19d87b4942..9a51e9b2613183d75220d4e930a7f4fb0a03f5be 100644 (file)
@@ -587,13 +587,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 8134f21e571dcbf9accce198bf81dc0ef4693056..1cc0c9fff4fbbc759c25ea98be414e6cdb5abe9f 100644 (file)
@@ -618,13 +618,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,