[PHP-WIN] Re: include_path and relative vs. absolute paths

2004-08-16 Thread Oliver John V. Tibi
Hi Neil. The require and include family of constructs are 'able' to read absolute paths, but the resolve the paths as local physical paths on the filesystem, and not as absolute paths by the virtual root. -- Running 'ojtibi' on '127.0.0.1' (BATCH_OPTIMISTIC mode). "Live free() or die()." -- P

[PHP-WIN] replying to the news group

2004-08-16 Thread neil
I thought that when people had answers to questions it was protocol to answer to the newsgroup? I seem to be getting quite a number of direct emails rather than through the news group. Neil -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] include_path and relative vs. absolute paths

2004-08-16 Thread neil
I am still getting used to .php after moving from .asp and one thing I had trouble getting my head around was the apparent inability to use absolute paths for include files. If I change the include_path in php.ini to say - include_path=".;c:\php\site1\inc" then I can access include files either re