mirror of
https://github.com/php/php-src.git
synced 2026-04-03 14:12:38 +02:00
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 bf242d58e7)