]> granicus.if.org Git - php/commit
Fix #78282: atime and mtime mismatch
authorChristoph M. Becker <cmbecker69@gmx.de>
Sat, 13 Jul 2019 07:40:50 +0000 (09:40 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Tue, 6 Aug 2019 15:25:54 +0000 (17:25 +0200)
commit954543cec629c3c5d42c2d62228dd68604bb6b19
tree7a75e2e2940a8897174ee8c875d115c26eff3aa9
parentf9f4a68368406a2ba2bd9fab0494261090183e8e
Fix #78282: atime and mtime mismatch

The fix for bug #78241 assumed that `time_t` would always be 64bit, but
actually is 32bit for x86.  We therefore enforce 64bit arithmetic to
avoid wrapping.

(cherry picked from commit bf242d58e77d50d4d8fdaaaca7ede686ec4467c0)
NEWS
TSRM/tsrm_win32.c