Using php.ini per directory or folder?

RONRON

New member
OK PHP Developers,
I'm using XAMPP, with php 5.2.8 inside it.
The Loaded Configuration File is in D:\xampp\apache\bin\php.ini.
I use phpinfo function to see this result. Works fine.

However, if I put another custom php.ini configuration per directory ex: inside htdocs\webapplication1\php.ini it doesn't want to load that setting.

Any idea why?
Thanks in advance
 
Back
Top