ID: 24318 User updated by: axelr3 at btinternet dot com Reported By: axelr3 at btinternet dot com Status: Bogus Bug Type: Filesystem function related Operating System: Windows 2k PHP Version: 4.3.2 New Comment:
I realise Apache has nothing to do with it, I was just trying to give as much helpful information as I could. Unfortunately, Apache will not accept \ as the directory separator (I've tried) and I had to use /. Also, the PHP documentation for basename states that both slash (/) and backslash (\) are used as path separator character. Previous Comments: ------------------------------------------------------------------------ [2003-06-26 12:02:19] [EMAIL PROTECTED] \ is the real directory separator in windows. Not bug. (And apache config has nothing to do with this) ------------------------------------------------------------------------ [2003-06-24 12:32:51] axelr3 at btinternet dot com Description: ------------ All running on Windows 2k with Apache 1.3.27 where DocumentRoot in Apache configuration was set to '//w2kserver/data/website/root' <?php $file = basename(__FILE__); echo $file; ?> $file was being set to '\\w2kserver\data\website\root\test.php' Mapped the drive to N: so it now looks like 'n:/website/root' and update the Apache config and $file is now 'test.php' ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=24318&edit=1
