Pēc noklusējuma PHP izpildes laika limits (max_execution_time) ir 30 sekundes.
Ja nepieciešams, laika limitu var palielināt, izmantojot PHP funkciju set_time_limit().
Piemērs:
set_time_limit(60);
Ja PHP skripts izmanto vairāk procesora laika nekā atļauts, tiek parādīta kļūdas ziņa, piemēram:
PHP Fatal error: Maximum execution time of 30 seconds exceeded in /data01/virtXXX/domeenid/www.example.ee/htdocs/test.php on line 5