phpknight Posted July 13, 2007 Share Posted July 13, 2007 I am looking for the most comprehensive explanation of every single PHP ini variable along with unseen implications of changing the values. Has anybody seen one of these? The reason I ask is that sometimes weird things happen on my server. For instance, running PHP in suexec mode overrides the location of the error_log. Also, changing my max memory allocation of a script from 8 to 16MB seems to have helped the execution time (on the server) of my scripts even though no single script uses more than 1MB at the peak point of memory usage. Therefore, I am trying to find out lots of details about all the variables, but I cannot seem to locate too much. Link to comment https://forums.phpfreaks.com/topic/59745-php-ini-file-in-depth-explanations/ Share on other sites More sharing options...
trq Posted July 13, 2007 Share Posted July 13, 2007 I think the best your going to find are the comments in the ini itself. Link to comment https://forums.phpfreaks.com/topic/59745-php-ini-file-in-depth-explanations/#findComment-296956 Share on other sites More sharing options...
phpknight Posted July 13, 2007 Author Share Posted July 13, 2007 There is nothing better than that, then? Link to comment https://forums.phpfreaks.com/topic/59745-php-ini-file-in-depth-explanations/#findComment-296984 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.