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
 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Tue Mar 19 03:01:29 2024 UTC