I built PHP4.0.2 as the module of the apache,it works well,but I found that I modified the include_path of the php.ini:"home/httpd/html/include",actually, it had no affection! the include_path was still "usr/local/lib/php"! I don't know the reason and I hope that I could have you help! Thanks in advance.
Eric Liu
Did you restart Apache after the change?
Yes,I did it ! But no affection!
I think that when using PHP as a module you do your configuration in Apache's config file.
php_admin_value include_path "/home/blah:/blah/blah"
For values that take a value and
php_admin_flag track_vars on
for boolean ones.
More than likely you have two php.ini files and php is starting with one, while you are editing the other. Run slocate in the /etc/cron.daily directory if it hasn't been a day or two since you installed, then do a 'locate php.ini' .