Edit report at https://bugs.php.net/bug.php?id=63618&edit=1
ID: 63618 Updated by: [email protected] Reported by: roman dot hlynovskiy at gmail dot com Summary: 5.3.19-1~dotdeb.0 32bit arch -Status: Open +Status: Duplicate Type: Bug Package: Filesystem function related Operating System: linux PHP Version: 5.3.19 Block user comment: N Private report: N New Comment: LFS is not supported by default. See other feature requests about this issue. Previous Comments: ------------------------------------------------------------------------ [2012-11-27 06:16:05] roman dot hlynovskiy at gmail dot com Description: ------------ filesize returns negative values for big files Test script: --------------- $f = '/home/bigfile.data'; $s = filesize($f); print "$s\n"; Expected result: ---------------- 2336962885 Actual result: -------------- -1958004411 ------------------------------------------------------------------------ -- Edit this bug report at https://bugs.php.net/bug.php?id=63618&edit=1
