advancedfuture Posted March 25, 2007 Share Posted March 25, 2007 I am trying to run a recursive function until I quit. But after 30 seconds I get: Fatal error: Maximum execution time of 30 seconds exceeded Anyway around this so my function can keep going? Link to comment https://forums.phpfreaks.com/topic/44215-solved-maximum-execution-time-exceeded-recursive-function/ Share on other sites More sharing options...
JasonLewis Posted March 25, 2007 Share Posted March 25, 2007 you can change the time limit in your php.ini search for max_execution_time then change the 30 to however many seconds you may need. Link to comment https://forums.phpfreaks.com/topic/44215-solved-maximum-execution-time-exceeded-recursive-function/#findComment-214745 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.