Re: [PHP] include_path doesn't seem to work

2003-02-07 Thread Reuben D. Budiardja
On Friday 07 February 2003 05:56 pm, Mike D wrote: > Hello all, > > I have the following set in my php.ini file: > > > ; UNIX: "/path1:/path2" > include_path = ".:/usr/local/php/scripts" > ; > > I placed a file in this directory containing a function, and I when I > call the functions name i get a

[PHP] include_path doesn't seem to work

2003-02-07 Thread Mike D
Hello all, I have the following set in my php.ini file: ; UNIX: "/path1:/path2" include_path = ".:/usr/local/php/scripts" ; I placed a file in this directory containing a function, and I when I call the functions name i get a fatal error - function not defined... Am i missing something here?