Due to I don't want it to run longer than 30 secs as set max_execution_time = 30 in php.ini instead of stop and exit is there anyway to have some function to check without stop?PHP Fatal error: Maximum execution time of 30 seconds exceeded in /path/to/script.php on line 1288
Informaton about the script:
- Runing on 5.2.5 with php-cli on Linux shell.
- Including with one script and it timeout when running function in this file.