php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #27765 is_dir on large file make an error
Submitted: 2004-03-29 17:59 UTC Modified: 2004-10-18 10:53 UTC
From: chris at root dot pl Assigned:
Status: Not a bug Package: Directory function related
PHP Version: 4.3.4 OS: Linux 2.4.25 SMP
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: chris at root dot pl
New email:
PHP Version: OS:

 

 [2004-03-29 17:59 UTC] chris at root dot pl
Description:
------------
when I make is_dir function of file which has about 4gb (DVD ISO), then PHP makes an error:

Warning: is_dir(): Stat failed for /var/ftp/public/filest_dvd.iso (errno=75 - Value too large for defined data type) in /var/htdocs/html/akacjenet/include/addons/ftpfiles.inc on line 17


Reproduce code:
---------------
it doesn't matter

Expected result:
----------------
i want to know is that file is a file or a directory... I have a small script for catalogue ftp content into mysql database

Actual result:
--------------
Warning: is_dir(): Stat failed for /var/ftp/public/filest_dvd.iso (errno=75 - Value too large for defined data type) in /var/htdocs/html/akacjenet/include/addons/ftpfiles.inc on line 17


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-03-30 08:41 UTC] iliaa@php.net
Thank you for taking the time to write to us, but this is not
a bug. Please double-check the documentation available at
http://www.php.net/manual/ and the instructions on how to report
a bug at http://bugs.php.net/how-to-report.php

Your libc cannot handle files that big and throws the error 
you are seeing. This is not a PHP bug. 
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 14:01:30 2024 UTC