Posts by pedrochaves • 101 points
1 post
-
0
votes1
answer148
viewsA: How to edit the message ( Fatal error: Maximum Execution time of 30 Seconds exceeded )
You cannot edit this message, but can capture fatal error using the functions register_shutdown_function and error_get_last and treat it differently. <?php function onShutdown() { $lastError =…
phpanswered pedrochaves 101