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
 [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 22:01:29 2024 UTC