I keep getting this PHP error:
Fatal error: maximum run time exceeded by 300 seconds
I tried setting the max_execution_time and my max_input_time parameters in php.ini (both apache and cli) to 0 , -1 and 4000 seconds each.
And I still get the error message:
Fatal error: maximum run time exceeded by 300 seconds
In addition, my script runs for more than 300 seconds before I receive this message.
I run the script through the command line.
I also checked my phpinfo() , so I'll see which php.ini I use.
Even more interestingly, I tried setting the max_execution_time and max_input_time settings to 5 seconds, and my script would run 5 seconds before I get:
Fatal error: maximum run time exceeded by 300 seconds
command-line-interface php
dez Oct 06 2018-11-21T00: 00Z
source share