[phplib] install question From: Ken (knowack <email protected>)
Date: 08/07/00

Hi all,

Here is the instruction listed in the install documentation that is confusing me:
   

    Make this php directory your php include directory: Put include_path =
    /home/www/servers/phplib.netuse.de/php into cgi/php3.ini. If you already have an
    include path defined in your setup, add the PHPLIB include path to the existing include path using the
    separator character applicable for your operating system (":" on UNIX, ";" on Windows). Defining an
    include path will not actually include code on your pages; it only tells the PHP interpreter in which
    directories to look for files referenced in require() and include() statements.

I made the php directory. But I am not sure how to include it in the path. There doesn't seem to be a php3.ini file in my cgi directory (cgi-bin). And I am also at a loss as to where the already defined include paths would be defined at. I spent an hour rooting around the /usr/local/apache and /usr/local/include directory's and couldn't find what I was looking for. I'm not even sure what that is exactly. Anyway, could any of you out there shed some light on this for me? Perhaps tell me where the default php include paths are located at in your installations?

Thanks,

Ken