Preserved Topic: Dumb PHP configuration question. |
|
---|---|
Author | Thread |
Paranoid (IV) Inmate From: Minneapolis, MN, USA |
posted 06-11-2001 23:38
Can additional paths be added to the PHP include path and if so what's the syntax? I wanna know if I can ask my sysadmin to do this because I don't have write access to the existing include path, but I have a library that I want to use in many of my scripts. I could just ask him to install the library, but it's not really debugged yet and I may need to add to it. thanks in advance. |
Paranoid (IV) Inmate From: other places |
posted 06-12-2001 00:16
In PHP3, you set the include_path variable in php.ini (location varies by platform). And it is set like any path variable. Dunno about PHP4, but I bet it's the same. |
Neurotic (0) Inmate Newly admitted |
posted 06-12-2001 08:48
I am pretty sure you can set multiple values in the include_path for php 3 and 4...i belive you set it similar to this (in php.ini): |
Paranoid (IV) Inmate From: other places |
posted 06-12-2001 18:38
I just don't see a huge win with |
Paranoid (IV) Inmate From: Minneapolis, MN, USA |
posted 06-13-2001 16:56
Heh, well, u are right. The thing is I don't have a hosting provider. I have my own personal linux server with my own personal tech guy running it. N E Wayz, it was a silly thing to want, there's only maybe 10-20 pages where this will be included. |