mirror of
https://github.com/php/php-src.git
synced 2025-08-17 14:38:49 +02:00
MFH
This commit is contained in:
parent
c668dc0a26
commit
d1a190beea
2 changed files with 4 additions and 4 deletions
|
@ -661,13 +661,13 @@ default_socket_timeout = 60
|
||||||
|
|
||||||
[Pcre]
|
[Pcre]
|
||||||
;PCRE library backtracking limit.
|
;PCRE library backtracking limit.
|
||||||
;pcre.recursion_limit=100000
|
;pcre.backtrack_limit=100000
|
||||||
|
|
||||||
;PCRE library recursion limit.
|
;PCRE library recursion limit.
|
||||||
;Please note that if you set this value to a high number you may consume all
|
;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
|
;the available process stack and eventually crash PHP (due to reaching the
|
||||||
;stack size limit imposed by the Operating System).
|
;stack size limit imposed by the Operating System).
|
||||||
;pcre.backtrack_limit=100000
|
;pcre.recursion_limit=100000
|
||||||
|
|
||||||
[Syslog]
|
[Syslog]
|
||||||
; Whether or not to define the various syslog variables (e.g. $LOG_PID,
|
; Whether or not to define the various syslog variables (e.g. $LOG_PID,
|
||||||
|
|
|
@ -706,13 +706,13 @@ default_socket_timeout = 60
|
||||||
|
|
||||||
[Pcre]
|
[Pcre]
|
||||||
;PCRE library backtracking limit.
|
;PCRE library backtracking limit.
|
||||||
;pcre.recursion_limit=100000
|
;pcre.backtrack_limit=100000
|
||||||
|
|
||||||
;PCRE library recursion limit.
|
;PCRE library recursion limit.
|
||||||
;Please note that if you set this value to a high number you may consume all
|
;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
|
;the available process stack and eventually crash PHP (due to reaching the
|
||||||
;stack size limit imposed by the Operating System).
|
;stack size limit imposed by the Operating System).
|
||||||
;pcre.backtrack_limit=100000
|
;pcre.recursion_limit=100000
|
||||||
|
|
||||||
[Syslog]
|
[Syslog]
|
||||||
; Whether or not to define the various syslog variables (e.g. $LOG_PID,
|
; Whether or not to define the various syslog variables (e.g. $LOG_PID,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue