christa Posted April 2, 2010 Share Posted April 2, 2010 Hi all i have 2 question: 1. how to print a single value from parameters list by phpinfo() ? 2. to increase the script execution time, i have to use ini_set('max_execution_time', xxx) OR set_time_limit(xxx) ? thanks Link to comment https://forums.phpfreaks.com/topic/197332-max-execution-time-script/ Share on other sites More sharing options...
GetPutDelete Posted April 2, 2010 Share Posted April 2, 2010 1. Look at the parameters under "What" http://php.net/manual/en/function.phpinfo.php This enables you to specify what you would like to have returned from phpinfo() Link to comment https://forums.phpfreaks.com/topic/197332-max-execution-time-script/#findComment-1035782 Share on other sites More sharing options...
cags Posted April 2, 2010 Share Posted April 2, 2010 2. Personally I'd stick to using set_time_limit, I tend to avoid using ini_set as much as is possible. Link to comment https://forums.phpfreaks.com/topic/197332-max-execution-time-script/#findComment-1035801 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.