Re: [PHP] filesize() fails on file and works on it's copy (same permissions, same directory)
[email protected] (Michał Kochanowicz)
| Newsgroups | php.general |
|---|---|
| Organization | Happy Linux Users |
| Message-ID | <[email protected]> |
W dniu 2013-09-23 10:06, Negin Nickparsa pisze: > regardless of you, saying they have same permissions I think they do not have > the same permission The reason was 64-bit inode number. PHP can't stat() files with 64-bit nodes, at lease on 32-bit system. Regards Michał