You should try it, just have a script that sleeps for more than your maximum execution time.
<?php
sleep(ini_get('max_execution_time') + 10);
?>
Spoiler: Under Linux, sleeping time is ignored, but under Windows, it counts as execution time.
Related Contents:
- Maximum size of a PHP session
- What is a practical use for PHP’s sleep()?
- How do I use PHP to get the current year?
- Laravel Checking If a Record Exists
- How can I add a PHP page to WordPress?
- Best way to allow plugins for a PHP application
- Is there an equivalent for var_dump (PHP) in Javascript?
- Switch php versions on commandline ubuntu 16.04
- How to increase maximum execution time in php [duplicate]
- PHP json_encode encoding numbers as strings
- Unable to find the wrapper “https” – did you forget to enable it when you configured PHP?
- PHP function comments
- Is there any difference between __DIR__ and dirname(__FILE__) in PHP?
- How to get current PHP page name [duplicate]
- How can I check if the current date/time is past a set date/time?
- How to retrieve Request Payload
- PHP Warning: PHP Startup: Unable to load dynamic library
- What’s wrong with using $_REQUEST[]?
- $PHP_AUTOCONF errors on mac os x 10.7.3 when trying to install pecl extensions
- POST an array from an HTML form without javascript [duplicate]
- Laravel Eloquent where field is X or null
- Disable warnings when loading non-well-formed HTML by DomDocument (PHP)
- PHP short hash like URL-shortening websites
- How can I enable the MySQLi extension in PHP 7?
- What is the correct way to write PHPDocs for constants?
- Failed to instal APC via pecl install APC
- Efficient JPEG Image Resizing in PHP
- Laravel named route for resource controller
- How to Install Font Awesome in Laravel Mix
- Get current class and method?
- PDO binding values for MySQL IN statement [duplicate]
- How to Log INFO to separate file in Laravel
- Best method of including views within views in CodeIgniter
- Built in support for sets in PHP?
- SMS from web application [closed]
- When to use Final in PHP?
- Paypal IPN always return “payment_status: Pending” on sandbox?
- How to check if an email address is real or valid using PHP
- Initialize an Associative Array with Key Names but Empty Values
- Which PHP opcode cacher should I use to improve performance? [closed]
- MySQL INTO OUTFILE override existing file?
- Best way to store IP in database?
- Insert into array at a specified place
- Get currency symbol in PHP
- What’s the best way to get the fractional part of a float in PHP?
- Send HTTP request from PHP without waiting for response?
- Fatal error: Call to undefined function base_url() in C:\wamp\www\Test-CI\application\views\layout.php on line 5
- PHP: Limit foreach() statement? [closed]
- Get entire URL, including query string and anchor
- PHP ini file_get_contents external url