PHP Config

PHP Config

Posted by: Darren
Posted on: 2005-08-20 06:28:00

Hi,
I upgraded to PHP5 so I need to change my PHP Configuration file. I can't seem to find and instruction on how to do this. I need to add this line:

set_include_path(
get_include_path() .
PATH_SEPARATOR . '/usr/local/lib/php'
);

I am really new to this. I don't know where this file is or how to modify it. Could somebody have some pitty on a Noob?

Thanks,
Darren

Re: PHP Config

Posted by: matttail
Posted on: 2005-08-24 09:45:00

not sure where this file is, but why do you want to change the config? Isn't it working properly for you?



-Matttail

Re: PHP Config

Posted by: Darren
Posted on: 2005-08-24 09:50:00

Hi,

I found out later that you can't edit it. You can only override it. I needed to add a path so I could use ITX.php.

Thanks for answering though.

Thanks,
Darren

Noob

Tags: path pathpath separatorphpphp5noobusrliblocaladd