Home
last modified time | relevance | path

Searched refs:max_input_time (Results 1 – 4 of 4) sorted by relevance

/PHP-8.0/main/
H A Dphp_globals.h66 zend_long max_input_time; member
H A Dmain.c692 …input_time", "-1", PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateLong, max_input_time, php_core_glob…
1733 if (PG(max_input_time) == -1) { in php_request_startup()
1736 zend_set_timeout(PG(max_input_time), 1); in php_request_startup()
2539 if (PG(max_input_time) != -1) { in php_execute_script()
/PHP-8.0/
H A Dphp.ini-development117 ; max_input_time
417 max_input_time = 60
H A Dphp.ini-production117 ; max_input_time
419 max_input_time = 60

Completed in 17 milliseconds