thepip3r Posted June 15, 2006 Share Posted June 15, 2006 I have a script which is parsing millions of lines of data, is there a way to increase the timeout value of PHP for JUST that ONE script and leave it the same in php.ini (I'm guessing that's where the value is stored)? Quote Link to comment https://forums.phpfreaks.com/topic/12088-way-to-increase-script-execution-time-for-1-page/ Share on other sites More sharing options...
thepip3r Posted June 15, 2006 Author Share Posted June 15, 2006 NM... sorry to bother:set_time_limit(300);php is soooo great. Quote Link to comment https://forums.phpfreaks.com/topic/12088-way-to-increase-script-execution-time-for-1-page/#findComment-46022 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.