I'm having a very frustrating problem with php.ini and include_path.
I have the following setup:
Unix machine
iPlanet 6.2 server software
PHP 4.3.3
I created a phpinfo.php page, and it show that:
1) the 'Configuration File (php.ini) Path' is '/usr/local/lib',
2) the 'include_path' is '.:/usr/local/lib/php'
This information is correct - sort of. I can include files saved into the '/usr/local/lib/php' directory. However, the 'include_path' setting in '/usr/local/lib/php.ini' is different than what is shown on the phpinfo.php page.
I have no idea where the include_path setting is coming from - obviously not from the php.ini that is says it is reading.
Any ideas??