Hi,

I have compiled php-5.1.2 with apache on Debian and have a problem with the
include_path.

My configure was './configure' '--with-mysql' '--with-pear' '--with-apxs'
'--with-config-file-path=/usr/local/lib'.

php.ini is in '/usr/local/lib' and phpinfo tells me that php.ini is in
'/usr/local/lib'. However, where my php.ini has: 'include_path =
".:/php/includes:/usr/lib/php/pear"', phpinfo shows the include_path as
being '/usr/lib/php' which doesn't exist.

Can anyone tell me how do I get my php to use the correct include_path?

MTIA

George in Oxford

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to