Home
last modified time | relevance | path

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

/php-src/main/
H A Dphp_globals.h75 zend_long max_input_time; member
H A Dmain.c699 …input_time", "-1", PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateLong, max_input_time, php_core_glob…
1785 if (PG(max_input_time) == -1) { in php_request_startup()
1788 zend_set_timeout(PG(max_input_time), 1); in php_request_startup()
2496 if (PG(max_input_time) != -1) { in php_execute_script_ex()
/php-src/
H A Dphp.ini-development117 ; max_input_time
427 max_input_time = 60
H A Dphp.ini-production117 ; max_input_time
429 max_input_time = 60

Completed in 14 milliseconds