Re: [PHP] set the PHP to look at library files.

2003-10-22 Thread jsWalter
"Robert Cummings" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > See the "include_path" setting in your php.ini file. Right! I have many classes I've pulled from phpclasses.org. They all sit in a CLASSES directory inside my PHP directory. Just like PEAR, same format as well. Ju

Re: [PHP] set the PHP to look at library files.

2003-10-03 Thread Robert Cummings
See the "include_path" setting in your php.ini file. Cheers, Rob. On Fri, 2003-10-03 at 11:35, Golawala, Moiz M (IndSys, GE Interlogix) wrote: > Hi, > > I am running PHP with apache. I put all my webpages in the htdocs folder. A lot of > my scripts use a bunch of open source libraries. Until

Re: [PHP] set the PHP to look at library files.

2003-10-03 Thread J Morton
I would suggest creating a path alias in your Apache httpd.conf file to recognize (i.e) /includes/ and redirect as needed. Justin "Golawala, Moiz M (IndSys, GE Interlogix)" wrote: > Hi, > > I am running PHP with apache. I put all my webpages in the htdocs folder. A lot of > my scripts use a bun

[PHP] set the PHP to look at library files.

2003-10-03 Thread Golawala, Moiz M (IndSys, GE Interlogix)
Hi, I am running PHP with apache. I put all my webpages in the htdocs folder. A lot of my scripts use a bunch of open source libraries. Until now I have been including these libraries in my scripts by defining a full path to the library 'inc' files. If I put the library itself in my htdocs fol