Jump to content

PHP ini file in-depth explanations


phpknight

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.