pinxxx Posted August 27, 2009 Share Posted August 27, 2009 guys, what's the max execution time allowed in xampp?.. Quote Link to comment Share on other sites More sharing options...
Mark Baker Posted August 27, 2009 Share Posted August 27, 2009 Whatever it's set to in the php.ini file, with the default apache timeout taking precedence Quote Link to comment Share on other sites More sharing options...
pinxxx Posted September 2, 2009 Author Share Posted September 2, 2009 so it has no limitations? how about the xampp?, does it have a limitation regarding the datas in mysql? is it advisable to use xampp in storing extra super large amount of datas in database? Quote Link to comment Share on other sites More sharing options...
trq Posted September 2, 2009 Share Posted September 2, 2009 Xampp is nothing more than a package containing apache, mysql & php (amongst other things). Get to know php, apache and mysql and you have no need for xampp. Quote Link to comment Share on other sites More sharing options...
Mark Baker Posted September 2, 2009 Share Posted September 2, 2009 so it has no limitations?Wrong, it does have limitations. The php.ini file in a xampp install is located in C:\xampp\apache\bin\php.ini (I think) for Windows installs. Check the value of the max_execution_time setting in there. Default Apache timeout is 300 seconds how about the xampp?, does it have a limitation regarding the datas in mysql? is it advisable to use xampp in storing extra super large amount of datas in database?No different to any mySQL installation. 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.