summaryrefslogtreecommitdiff
path: root/php.ini-dist
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2007-04-12 10:25:15 +0000
committerAntony Dovgal <tony2001@php.net>2007-04-12 10:25:15 +0000
commitad9b50ae1fca53a08c875352873a06d5291f6f6c (patch)
tree3c518135b029a7dcfdbf56e60315578429746119 /php.ini-dist
parent8d20caa8481f98e7cc2c24f43b0c9a09f848e9a5 (diff)
downloadphp-git-ad9b50ae1fca53a08c875352873a06d5291f6f6c.tar.gz
MFH
Diffstat (limited to 'php.ini-dist')
-rw-r--r--php.ini-dist6
1 files changed, 6 insertions, 0 deletions
diff --git a/php.ini-dist b/php.ini-dist
index f5e15ec6f6..00eb585f36 100644
--- a/php.ini-dist
+++ b/php.ini-dist
@@ -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]