PHP4 & PHP5 custom php.ini file not loading
Hello,
I'm running CentOS 5 with suPHP in FastCGI mode. PHP 5.2.5.
For some reason the custom php.ini is not loading from within the current directory.
I've setup my server to host shared hosting plans and I would like the ability for each account to have a custom php.ini file load when the want. However, regardless of the version that is loaded (4 or 5) of php, the default php.ini file for PHP5 loads (/usr/local/php5/cgi/php.ini)
I cannot seem to get the php.ini fille to load from the current directory.
Can someone please help me with this?
Also... If it is possible, I would like it to load recursively from the directory ABOVE the /home/username/public_html location. I want to be able to have it not accessible from the internet if possible.
Please help!