diff options
author | Antony Dovgal <tony2001@php.net> | 2007-04-12 12:31:02 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2007-04-12 12:31:02 +0000 |
commit | eb7e31c17a0af4ada74c9166b99ff4f274d9107b (patch) | |
tree | 0a403b1b5b960d57122b546a5ae9679ef47b7366 /php.ini-recommended | |
parent | 6cc5c10713b3ff5e945f28148f59e3fbeeb292a5 (diff) | |
download | php-git-eb7e31c17a0af4ada74c9166b99ff4f274d9107b.tar.gz |
swap the options
Diffstat (limited to 'php.ini-recommended')
-rw-r--r-- | php.ini-recommended | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/php.ini-recommended b/php.ini-recommended index 8134f21e57..1cc0c9fff4 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -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, |