Browse Source

MFH

experimental/5.2-WITH_DRCP
Antony Dovgal 19 years ago
parent
commit
d1a190beea
  1. 4
      php.ini-dist
  2. 4
      php.ini-recommended

4
php.ini-dist

@ -661,13 +661,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,

4
php.ini-recommended

@ -706,13 +706,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,

Loading…
Cancel
Save