[PHP-INST] includes PHP 4.3.0 and Solaris

2003-03-17 Thread Jean-Pierre Gallou
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

[PHP-INST] includes

2002-04-09 Thread Robert Abbate
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