Knowing which php.ini is currently loading

php_logoI was trying to find out where my php.ini, couldn’t find it and when i found it there was like 3 or 4 of em in there…
I use XAMPP on this one… This is a newbie guide but i think it’s usefull…

First make a file phpinfo.php

<? phpinfo() ?>

Then you’ll see this information that you’ll find usefull… the one im trying to find is which php.ini is currently loading so this is it

php_ini_where_is

Published by madindo

Later

Leave a comment