php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #20329 dirname - empty for root directory
Submitted: 2002-11-09 14:07 UTC Modified: 2002-11-09 16:32 UTC
From: ernest at vogelsinger dot at Assigned:
Status: Closed Package: Directory function related
PHP Version: 4.2.2 OS: RH Linux 7.2 (Linux 2.4.18-17.7)
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
13 + 19 = ?
Subscribe to this entry?

 
 [2002-11-09 14:07 UTC] ernest at vogelsinger dot at
The documentation to dirname() states:
------------------
Note: In PHP 4.0.3, dirname() was fixed to be POSIX-compliant. Essentially, this means that if there are no slashes in path , a dot ('.') is returned, indicating the current directory. Otherwise, the returned string is path with any trailing /component removed. Note that this means that you will often get a slash or a dot back from dirname() in situations where the older functionality would have given you the empty string.
------------------
This is not true for 4.2.2, for the root directory it (still or again?) returns the empty string.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-11-09 16:32 UTC] rasmus@php.net
Works fine in 4.3
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 22:01:28 2024 UTC