1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00
Files
Ilija Tovilo 299c3ba89e Fix max_execution_time with cli-server router script
When the cli-server specifies a router script, we run it using
zend_execute_scripts instead of php_execute_script, because the former preserves
the return value of the script. However, php_execute_script also starts resets
the execution timer with the value from max_execution_time. If the timer has
previously been initialized with max_input_time, it will never be reset, and
thus trigger at the incorrect time.

Closes GH-12886
2023-12-07 16:11:48 +01:00
..
2023-10-06 17:50:13 +02:00
2021-05-06 12:16:35 +02:00
2020-07-10 14:20:18 +02:00
2020-07-10 14:20:18 +02:00
2023-06-23 17:42:45 +02:00
2023-08-03 20:32:30 +02:00
2023-05-31 17:10:17 +02:00