How to tell which php.ini files is loaded ?
Posted
by
Vince Jacobs
on Stack Overflow
See other posts from Stack Overflow
or by Vince Jacobs
Published on 2012-07-10T15:12:39Z
Indexed on
2012/07/10
15:15 UTC
Read the original article
Hit count: 166
php.ini
Looking at my php.info all it says is "Loaded Configuration file:" C:\xampp\php\php.ini
Yet I have two ini files inside the php folder. One, "development", the other "production".
I can not see within either ini file the value, "Loaded Configuration file" ..
So How do I tell which one is being used and where is that managed ?
My goal is to have only 1 ini file and disable the other.
Many Thanks !
© Stack Overflow or respective owner