diff options
author | Antony Dovgal <tony2001@php.net> | 2007-04-12 10:24:57 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2007-04-12 10:24:57 +0000 |
commit | 6cc5c10713b3ff5e945f28148f59e3fbeeb292a5 (patch) | |
tree | e6bdc08c9877b5322b5995c0efbb467e200abfce /php.ini-recommended | |
parent | a6986f2156213cb3609b2913af85d52c5e66a18a (diff) | |
download | php-git-6cc5c10713b3ff5e945f28148f59e3fbeeb292a5.tar.gz |
add short descriptions for PCRE ini options
Diffstat (limited to 'php.ini-recommended')
-rw-r--r-- | php.ini-recommended | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/php.ini-recommended b/php.ini-recommended index 73be023cc5..8134f21e57 100644 --- a/php.ini-recommended +++ b/php.ini-recommended @@ -617,7 +617,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] |