mirror of
https://github.com/php/php-src.git
synced 2026-03-24 08:12:21 +01: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.