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. Quote Link to comment 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 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.