Home
last modified time | relevance | path

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

/PHP-7.3/main/
H A Dphp_globals.h67 zend_long max_input_time; member
H A Dmain.c722 …input_time", "-1", PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateLong, max_input_time, php_core_glob…
1796 if (PG(max_input_time) == -1) { in php_request_startup()
1799 zend_set_timeout(PG(max_input_time), 1); in php_request_startup()
2616 if (PG(max_input_time) != -1) { in php_execute_script()
/PHP-7.3/
H A Dphp.ini-development121 ; max_input_time
390 max_input_time = 60
H A Dphp.ini-production121 ; max_input_time
390 max_input_time = 60

Completed in 30 milliseconds