Tag Archives: maximum execution time

PHPExcel: Avoid Exceeding Maximum Execution Time

Today’s little hint is on how one can go about avoiding hitting the dreaded maximum execution time fata error that PHP so loves spitting out at us while generating a PHPExcel excel worksheet. Continue reading

Posted in Tutorials | Tagged , , , , , , , , , | View Comments

Force Your Script to Run Longer than Maximum Execution Time

So how does one go about forcing a script to stay alive infinitely until it eventually finishes its job? Continue reading

Posted in Technology & Code, Tutorials | Tagged infinite execution, , , set time limit, | View Comments