How to change PHP Execution Time? #406
Unanswered
Vanguard4893
asked this question in
Q&A
Replies: 1 comment
-
|
You can try adding the following line of code to your script right before running a heavy operation. set_time_limit(-1);Please see the set_time_limit() function for more details. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi there,
One of my scripts handles large file uploads and I'm running into a PHP execution time limitation.
I have placed the environment variables that should sort this out, however they haven't had any effect:
PHP_MAX_EXECUTION_TIME: 900 PHP_MAX_INPUT_TIME: 900Beta Was this translation helpful? Give feedback.
All reactions