jcampbell1 / simple-file-manager

A Simple PHP file manager. The code is a single php file.
MIT License
914 stars 502 forks source link

Negative filesize on ARMv7 for files over 2GB #99

Closed dausruddin closed 4 years ago

dausruddin commented 5 years ago

Hi. I got an issue on my ARMv7 where files above 2GB will display negative size and needs a workaround in the code. I had this issue in https://github.com/prasathmani/tinyfilemanager/issues/127, so this might be good thread to refer regarding this issue.

Thanks

jcampbell1 commented 4 years ago

This is a broader issue with PHP, and namely the call to stat()

dausruddin commented 4 years ago

Yes, which I was hoping you to implement the workaround. Anyway, thanks.