Jonob Posted December 14, 2010 Share Posted December 14, 2010 Howdy, I am running xampp on windows 7 64 bit and have one particularly intensive script to run. I have changed the max_execution_time var in /xampp/php/php.ini to 3000, and phpinfo clearly shows 3000 max_execution_time for local and master value. However, when running the script, I still get a "Maximum execution time of 60 seconds exceeded" error. Am I missing something obvious here? Thanks for any help you can provide. Link to comment https://forums.phpfreaks.com/topic/221635-maximum-execution-time-of-60-seconds-exceeded/ Share on other sites More sharing options...
Jonob Posted December 14, 2010 Author Share Posted December 14, 2010 ini_set('max_execution_time', 0); seemed to work fine Link to comment https://forums.phpfreaks.com/topic/221635-maximum-execution-time-of-60-seconds-exceeded/#findComment-1147229 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.