I'm having an interesting and 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
The Problem:
My php.ini file is saved in '/usr/local/lib/'
The php.ini include_path is:
include_path = ".:/cw/htdocs/includes"
When I view my phpinfo.php page it displays the following info:
Configuration File (php.ini) Path - /usr/local/lib
include_path - .:/usr/local/lib/php
So it appears as though it is reading the correct php.ini file, but not recognizing the include_path setting
HELP!!