Home
last modified time | relevance | path

Searched refs:unserialize_max_depth (Results 1 – 7 of 7) sorted by relevance

/PHP-7.4/ext/standard/tests/serialize/
H A Dmax_depth.phpt36 ini_set("unserialize_max_depth", 128);
53 ini_set("unserialize_max_depth", 4096);
107 …it can be changed using the max_depth unserialize() option or the unserialize_max_depth ini settin…
114 …it can be changed using the max_depth unserialize() option or the unserialize_max_depth ini settin…
121 …it can be changed using the max_depth unserialize() option or the unserialize_max_depth ini settin…
128 …it can be changed using the max_depth unserialize() option or the unserialize_max_depth ini settin…
134 …it can be changed using the max_depth unserialize() option or the unserialize_max_depth ini settin…
142 …it can be changed using the max_depth unserialize() option or the unserialize_max_depth ini settin…
/PHP-7.4/ext/standard/
H A Dbasic_functions.h238 zend_long unserialize_max_depth; member
H A Dvar_unserializer.re67 d->max_depth = BG(unserialize_max_depth);
464 "or the unserialize_max_depth ini setting",
H A Dvar.c1349 …ENTRY("unserialize_max_depth", "4096", PHP_INI_ALL, OnUpdateLong, unserialize_max_depth, php_basic…
/PHP-7.4/
H A DUPGRADING358 unserialize_max_depth ini setting have been added. These control the
361 can be disabled by setting unserialize_max_depth=0.
H A Dphp.ini-development287 ; The unserialize_max_depth specifies the default depth limit for unserialized
289 ; during unserialization. The unserialize_max_depth ini setting can be
292 ;unserialize_max_depth = 4096
H A Dphp.ini-production287 ; The unserialize_max_depth specifies the default depth limit for unserialized
289 ; during unserialization. The unserialize_max_depth ini setting can be
292 ;unserialize_max_depth = 4096

Completed in 24 milliseconds