mirror of
https://github.com/php/php-src.git
synced 2026-03-30 04:02:19 +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.