Home
last modified time | relevance | path

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

/PHP-7.4/main/
H A Dphp_globals.h68 zend_long max_input_time; member
H A Dmain.c776 …input_time", "-1", PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateLong, max_input_time, php_core_glob…
1850 if (PG(max_input_time) == -1) { in php_request_startup()
1853 zend_set_timeout(PG(max_input_time), 1); in php_request_startup()
2655 if (PG(max_input_time) != -1) { in php_execute_script()
/PHP-7.4/
H A Dphp.ini-development116 ; max_input_time
398 max_input_time = 60
H A Dphp.ini-production116 ; max_input_time
398 max_input_time = 60

Completed in 32 milliseconds