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

Pull Requests

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: Sat Dec 21 17:01:58 2024 UTC