No, that's a specific PHP configuration setting - it kills long running scripts if they don't complete before the timeout.
This has nothing to do with 64 bit ints, that's complete red herring.
The max_execution_time defaults to 60 seconds.
max_execution_time
I've upped it to 300 seconds (five minutes). I'll see what happens next time the script runs. Hope this works :)
No, that's a specific PHP configuration setting - it kills long running scripts if they don't complete before the timeout.
This has nothing to do with 64 bit ints, that's complete red herring.
The
max_execution_time
defaults to 60 seconds.I've upped it to 300 seconds (five minutes). I'll see what happens next time the script runs. Hope this works :)