mirror of
https://github.com/php/php-src.git
synced 2026-03-26 01:02:25 +01:00
`time_t` defaults to `_time64` (which is 64bit signed) even on x86, but `Int32x32To64()` truncates it to signed 32bit. We replace the macro with the "manual" calculation.