RE: [PHP] Problem with php.ini and include_path

2006-02-15 Thread George Pitcher
. Cheers George -Original Message- From: Richard Lynch [mailto:[EMAIL PROTECTED] Sent: 14 February 2006 11:56 pm To: George Pitcher Cc: php-general@lists.php.net Subject: RE: [PHP] Problem with php.ini and include_path http://php.net/set_include_path .htaccess php_value

[PHP] Problem with php.ini and include_path

2006-02-14 Thread George Pitcher
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

Re: [PHP] Problem with php.ini and include_path

2006-02-14 Thread Jochem Maas
George Pitcher wrote: 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' the '--with-apxs' suggest your probably running php as an apache module, if so then you'll need to

RE: [PHP] Problem with php.ini and include_path

2006-02-14 Thread George Pitcher
George Pitcher wrote: 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' the '--with-apxs' suggest your probably running php as an apache module, if so then you'll

Re: [PHP] Problem with php.ini and include_path

2006-02-14 Thread Jochem Maas
George Pitcher wrote: George Pitcher wrote: 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' the '--with-apxs' suggest your probably running php as an apache module,

RE: [PHP] Problem with php.ini and include_path

2006-02-14 Thread Richard Lynch
http://php.net/set_include_path .htaccess php_value include_path .:/whatever/you/want/here Also, you are comparing the output of php CLI which may or may not be the same as --with-apxs compilation, especially if you have an *OLD* CLI php sitting around... From the command line, compare: which