php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #37971 disk_free_space and disk_total_space return no error
Submitted: 2006-06-30 06:43 UTC Modified: 2006-06-30 10:53 UTC
From: bx at clansphere dot de Assigned:
Status: Closed Package: Feature/Change Request
PHP Version: 5.1.4 OS: Windows XP SP2
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: bx at clansphere dot de
New email:
PHP Version: OS:

 

 [2006-06-30 06:43 UTC] bx at clansphere dot de
Description:
------------
using the functions disk_free_space and disk_total_space doesn't generate php error messages when the path is not existing.

Reproduce code:
---------------
disk_free_space('/this/path/doesnot/exist/');

Expected result:
----------------
php error message showing the path is not existing

Actual result:
--------------
false returned by function, but no php error

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-06-30 10:53 UTC] tony2001@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 17:01:58 2024 UTC