Closed
Description
Describe the bug
Some CLI scripts need to become daemonized, and currently, the cli_check.php script will not allow them to set a max_execution_time of -1.
To Reproduce
Steps to reproduce the behavior:
-
Create a script that is intended to be daemonized
-
Set the max_execution_time to -1
-
Start the script. It will time-out at 300 seconds.
-
See error
Expected behavior
Daemonization should work.