Browse Source

add short descriptions for PCRE ini options

PHAR_1_2
Antony Dovgal 20 years ago
parent
commit
6cc5c10713
  1. 6
      php.ini-dist
  2. 6
      php.ini-recommended

6
php.ini-dist

@ -586,7 +586,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]

6
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]

Loading…
Cancel
Save