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. Quote Link to comment 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. Quote Link to comment 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? 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.