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