What happened?
max_execution_time in phpinfo() is always 0 on Windows.
As a result script times out with: Maximum execution time of 5 seconds exceeded.
The problem is on Windows only.
Steps to reproduce.
- Fetch windows zip
- Unzip
- Place index.php with <?php phpinfo();
- Start frankenphp with .\frankenphp.exe php-server
- Observe in phpinfo max_execution_time 0 0
Notes:
Setting max_execution_time through php.ini or Caddyfile makes no difference.
On linux works correctly with default and also setting have proper effect max_execution_time 30 30
v1.12.4
Build Type
Static binary
Worker Mode
No
Operating System
Windows
CPU Architecture
x86_64
PHP configuration
phpinfo() output
Relevant log output
Relevant log output
What happened?
max_execution_time in phpinfo() is always 0 on Windows.
As a result script times out with: Maximum execution time of 5 seconds exceeded.
The problem is on Windows only.
Steps to reproduce.
Notes:
Setting max_execution_time through php.ini or Caddyfile makes no difference.
On linux works correctly with default and also setting have proper effect max_execution_time 30 30
v1.12.4
Build Type
Static binary
Worker Mode
No
Operating System
Windows
CPU Architecture
x86_64
PHP configuration
phpinfo() output
Relevant log output
Relevant log output