Searched refs:unserialize_max_depth (Results 1 – 7 of 7) sorted by relevance
45 ini_set("unserialize_max_depth", 128);62 ini_set("unserialize_max_depth", 4096);112 …it can be changed using the max_depth unserialize() option or the unserialize_max_depth ini settin…119 …it can be changed using the max_depth unserialize() option or the unserialize_max_depth ini settin…126 …it can be changed using the max_depth unserialize() option or the unserialize_max_depth ini settin…133 …it can be changed using the max_depth unserialize() option or the unserialize_max_depth ini settin…139 …it can be changed using the max_depth unserialize() option or the unserialize_max_depth ini settin…147 …it can be changed using the max_depth unserialize() option or the unserialize_max_depth ini settin…
122 zend_long unserialize_max_depth; member
65 d->max_depth = BG(unserialize_max_depth);456 "or the unserialize_max_depth ini setting",
1328 …ENTRY("unserialize_max_depth", "4096", PHP_INI_ALL, OnUpdateLong, unserialize_max_depth, php_basic…
82 …it can be changed using the max_depth unserialize() option or the unserialize_max_depth ini settin…
298 ; The unserialize_max_depth specifies the default depth limit for unserialized300 ; during unserialization. The unserialize_max_depth ini setting can be303 ;unserialize_max_depth = 4096
Completed in 28 milliseconds