Home
last modified time | relevance | path

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

/PHP-5.6/main/
H A Dphp_globals.h70 long max_input_time; member
H A Dmain.c567 …input_time", "-1", PHP_INI_SYSTEM|PHP_INI_PERDIR, OnUpdateLong, max_input_time, php_core_glob…
1654 if (PG(max_input_time) == -1) { in php_request_startup()
1657 zend_set_timeout(PG(max_input_time), 1); in php_request_startup()
2592 if (PG(max_input_time) != -1) { in php_execute_script()
/PHP-5.6/
H A Dphp.ini-development121 ; max_input_time
382 max_input_time = 60
H A Dphp.ini-production121 ; max_input_time
382 max_input_time = 60
H A DNEWS10125 - Fixed bug #37306 (max_execution_time = max_input_time). (Dmitry)

Completed in 54 milliseconds