summaryrefslogtreecommitdiffstats
path: root/php.ini
diff options
context:
space:
mode:
authorRemi Collet <remi@remirepo.net>2019-10-15 14:21:46 +0200
committerRemi Collet <remi@remirepo.net>2019-10-15 14:21:46 +0200
commit7242cd5b86ed5e0e38436884e5246f1f657cc346 (patch)
treebda2267fbd72b414728cd14c462d53a20a2d2d07 /php.ini
parent2e43d27999bf2c74044786883fea888778dd0485 (diff)
update to 7.4.0RC4
Diffstat (limited to 'php.ini')
-rw-r--r--php.ini12
1 files changed, 12 insertions, 0 deletions
diff --git a/php.ini b/php.ini
index e7db839..6f476b2 100644
--- a/php.ini
+++ b/php.ini
@@ -284,6 +284,13 @@ implicit_flush = Off
; callback-function.
unserialize_callback_func =
+; The unserialize_max_depth specifies the default depth limit for unserialized
+; structures. Setting the depth limit too high may result in stack overflows
+; during unserialization. The unserialize_max_depth ini setting can be
+; overridden by the max_depth option on individual unserialize() calls.
+; A value of 0 disables the depth limit.
+;unserialize_max_depth = 4096
+
; When floats & doubles are serialized, store serialize_precision significant
; digits after the floating point. The default value ensures that when floats
; are decoded with unserialize, the data will remain the same.
@@ -1568,6 +1575,11 @@ zend.assertions = -1
; Default: 100000
;mbstring.regex_stack_limit=100000
+; This directive specifies maximum retry count for mbstring regular expressions. It is similar
+; to the pcre.backtrack_limit for PCRE.
+; Default: 1000000
+;mbstring.regex_retry_limit=1000000
+
[gd]
; Tell the jpeg decode to ignore warnings and try to create
; a gd image. The warning will then be displayed as notices