what is Configuration File Path and loaded Configuration File in PHP.
When i see the phpinfo() information, it shows Configuration File (php.ini) Path and Loaded Configuration File with 2 different values. Which php.ini file is loaded. What is the meaning of 2 different values.
Configuration File (php.ini) Pathis the folder.Loaded Configuration Fileis the file loaded.Additonal note:
Sometime the hoster sets up a default php.ini and allows the user to create an own php.ini file (in every folder) to override settings in the default one.