ID: 20895 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] -Status: Assigned +Status: Open Bug Type: Documentation problem Operating System: Win 2000Pro SP3 PHP Version: 4.3.0RC2
Previous Comments: ------------------------------------------------------------------------ [2003-01-19 15:17:38] [EMAIL PROTECTED] Don't assign bugs to me. ------------------------------------------------------------------------ [2003-01-02 20:34:51] [EMAIL PROTECTED] Okay since philip was around, I assign that to him. ------------------------------------------------------------------------ [2002-12-18 18:13:09] [EMAIL PROTECTED] Okay, marking as a documentation bug. A <note> needs to exist in the dirname docs for windows users as the current POSIX <note> isn't accurate as of PHP 4.3.0... ------------------------------------------------------------------------ [2002-12-11 11:16:36] [EMAIL PROTECTED] Suppose you have a file c:/file.txt and you want to open another file from the same directory. If dirname("c:/file.txt"); return '.', then fopen ("./another_file.txt") will fail because it is looking in the wrong directory, the current current directory. If it returns c:/ or c: then c: + / + file will resolve to the actual file and open it correctly. ------------------------------------------------------------------------ [2002-12-10 20:05:55] [EMAIL PROTECTED] A couple people just tested this and get the same results as the bug report with 4.3.0RC2, please explain why this behavior changed. ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/20895 -- Edit this bug report at http://bugs.php.net/?id=20895&edit=1 -- PHP Documentation Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php