Hi,
I manage a web server with many hosted virtual servers. I am
experiencing problems with includes in PHP 4.3.0 under Solaris, and I
can't upgrade my server. I think it has something to do with getcwd()
not working on Solaris if a component of the path is not readable by the
server, whic
I have a directory with php files that I incorporate into my website as
libraries via a php_include() call, I would like the path to include my
library directory so I can include the library files from any directory.
There is no way to overload php's include path on a user by user basis?
Thanks