Searched refs:unserialize_max_depth (Results 1 – 7 of 7) sorted by relevance
49 ini_set("unserialize_max_depth", 128);66 ini_set("unserialize_max_depth", 4096);116 …it can be changed using the max_depth unserialize() option or the unserialize_max_depth ini settin…123 …it can be changed using the max_depth unserialize() option or the unserialize_max_depth ini settin…130 …it can be changed using the max_depth unserialize() option or the unserialize_max_depth ini settin…137 …it can be changed using the max_depth unserialize() option or the unserialize_max_depth ini settin…145 …it can be changed using the max_depth unserialize() option or the unserialize_max_depth ini settin…155 …it can be changed using the max_depth unserialize() option or the unserialize_max_depth ini settin…
113 zend_long unserialize_max_depth; member
70 d->max_depth = BG(unserialize_max_depth);475 "or the unserialize_max_depth ini setting",583 "or the unserialize_max_depth ini setting",
1509 …ENTRY("unserialize_max_depth", "4096", PHP_INI_ALL, OnUpdateLong, unserialize_max_depth, php_basic…
80 …it can be changed using the max_depth unserialize() option or the unserialize_max_depth ini settin…
308 ; The unserialize_max_depth specifies the default depth limit for unserialized310 ; during unserialization. The unserialize_max_depth ini setting can be313 ;unserialize_max_depth = 4096
Completed in 26 milliseconds