php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #16932 rmdir fails, but returns true
Submitted: 2002-04-30 13:48 UTC Modified: 2002-06-17 14:16 UTC
From: ilia at prohost dot org Assigned:
Status: Closed Package: Filesystem function related
PHP Version: 4.1.2 OS: Linux 2.4.18
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: ilia at prohost dot org
New email:
PHP Version: OS:

 

 [2002-04-30 13:48 UTC] ilia at prohost dot org
rmdir('/blah/test_dir'); 
fails to delete the directory and returns TRUE.

rmdir('/blah/test_dir/'); 
Works fine, deletes the directory and returns TRUE

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-06-17 08:07 UTC] hholzgra@php.net
i can't reproduce this with PHP 4.2.1 as CLI 
on Linux/2.4.16 ... can you please re-check?
 [2002-06-17 13:58 UTC] ilia at prohost dot org
Just tested this situation with PHP 4.2.1 and this indeed appears to have been fixed.

Please close the bug report.
 [2002-06-17 14:16 UTC] derick@php.net
Closing per user request
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 07:01:31 2024 UTC