Re: [PHP-WIN] Re: Handling Linux directory paths in Win32

2004-07-22 Thread Justin Patrin
On Thu, 22 Jul 2004 05:24:41 -0400, Jason Barnett <[EMAIL PROTECTED]> wrote: > I actually use Apache so I knew it was safe for that, but didn't realize it > would work for IIS as well (you just never know with Microsoft ;) ). Good to > know, thanks! > > Windows claims POSIX compliance, so it's

Re: [PHP-WIN] Re: Handling Linux directory paths in Win32

2004-07-22 Thread Jason Barnett
I actually use Apache so I knew it was safe for that, but didn't realize it would work for IIS as well (you just never know with Microsoft ;) ). Good to know, thanks! Paul Menard wrote: Just a comment or thought on Jason's reply. I thought you could use '/' as the seperator and the PHP engine

Re: [PHP-WIN] Re: Handling Linux directory paths in Win32

2004-07-21 Thread Paul Menard
Just a comment or thought on Jason's reply. I thought you could use '/' as the seperator and the PHP engine would figure out based on the run-time OS what the actual path format would be. Hence you can use actual path names like; E:/path1/path2/path3/somefile.php in your include and require sta