]> granicus.if.org Git - php/commit
improved file size computation in stat()
authorAnatol Belski <ab@php.net>
Thu, 2 Oct 2014 10:15:34 +0000 (12:15 +0200)
committerAnatol Belski <ab@php.net>
Thu, 2 Oct 2014 10:18:02 +0000 (12:18 +0200)
commitc41fbcfb4c68392dc7c561b81ad0f6c25672034f
tree08589b8aa4336150f4843720d7f3db43cfa1c8b2
parentccb24caa6d2e8bb0a8f3959543173a1f65c84b2d
improved file size computation in stat()

On 32 bit it's still overwlowing, so nothing is changed there. But
the usage of LARGE_INTEGER instead of bit shifting is a better way
to go.
Zend/zend_virtual_cwd.c