mirror of
https://github.com/php/php-src.git
synced 2026-03-29 03:32:20 +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.