1
0
mirror of https://github.com/php/php-src.git synced 2026-04-14 19:41:05 +02:00
Files
archived-php-src/ext
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
..
2019-03-14 17:24:50 +01:00
2018-10-14 19:44:14 +02:00
2019-06-19 12:39:51 +02:00
2018-10-14 19:44:14 +02:00
2019-05-27 17:28:20 -07:00
2019-05-27 17:20:56 -07:00
2019-04-06 19:05:37 -07:00
2019-05-27 16:49:19 -07:00
2018-12-03 00:42:50 -08:00
2019-03-25 16:41:21 +01:00
2019-04-23 12:43:07 +02:00
2019-06-19 16:42:43 +03:00
2019-06-21 16:31:56 +03:00
2018-10-30 00:22:26 +01:00
2019-06-21 15:07:37 +02:00
2019-04-10 13:06:02 +02:00
2019-06-05 16:34:50 +02:00
2018-10-14 19:44:14 +02:00
2019-05-09 12:33:53 +02:00
2018-10-14 19:44:14 +02:00
2019-05-13 03:51:00 +02:00
2019-05-22 11:41:51 +02:00
2019-02-21 16:33:03 +01:00
2018-01-02 12:55:14 +08:00
2018-12-09 19:13:09 +01:00
2019-01-07 01:03:26 -08:00
2018-10-16 18:49:17 +02:00
2019-05-27 17:42:20 +02:00
2018-10-19 00:07:42 +02:00