Snippets tagged “set-time-limit”
2 snippets use this tag.
- How to Resolve the Fatal error: Maximum Execution time of 30 seconds exceeded in PHPPHP
In this tutorial, we will show you handy solutions to implement once you encounter the fatal error: maximum execution time of 30 seconds exceeded in PHP.
- Prevent nginx 504 Gateway timeout using PHP set_time_limit()PHP
You can use the set_time_limit() function in PHP to increase the maximum execution time of a PHP script.