1
0
mirror of https://github.com/php/php-src.git synced 2026-03-26 01:02:25 +01:00
Files
archived-php-src/TSRM
Christoph M. Becker 44c8b7414c Fix #78241: touch() does not handle dates after 2038 in PHP 64-bit
`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.
2019-07-03 09:59:17 +02:00
..
2016-12-22 14:56:47 +01:00
2017-07-04 17:06:52 +02:00
2017-07-04 17:06:52 +02:00
2018-01-02 12:55:14 +08:00
2017-12-21 13:49:05 +01:00