Joe Cai
94e09bfe55
Fix #79497 : Fix php_openssl_subtract_timeval()
...
I stumbled upon this while debugging a strange issue with
stream_socket_client() where it randomly throws out errors when
the connection timeout is set to below 1s. The logic to calculate
time difference in php_openssl_subtract_timeval() is wrong when
a.tv_usec < b.tv_usec, causing connection errors before the timeout
is reached.
2020-04-20 10:25:54 +02:00
..
2019-12-16 10:32:49 -08:00
2018-10-15 04:32:30 +02:00
2020-01-11 06:15:32 +14:00
2020-03-26 23:14:10 +01:00
2018-10-14 19:45:12 +02:00
2020-03-12 11:23:53 +01:00
2020-03-19 08:50:34 +01:00
2020-01-03 18:49:12 +01:00
2020-04-08 10:35:54 +02:00
2020-02-28 15:43:44 +01:00
2020-03-16 22:40:00 -07:00
2020-03-02 15:03:45 +01:00
2018-10-15 04:32:30 +02:00
2019-07-15 15:20:15 +02:00
2020-01-06 10:36:48 +01:00
2018-10-15 04:32:30 +02:00
2018-10-15 04:32:30 +02:00
2019-04-06 19:06:16 -07:00
2020-03-23 14:12:37 +01:00
2018-12-03 00:42:55 -08:00
2019-03-25 16:43:21 +01:00
2020-02-03 13:03:54 +01:00
2019-04-23 12:43:32 +02:00
2019-08-20 13:58:22 +02:00
2020-02-03 23:31:46 +01:00
2020-04-07 22:24:40 +02:00
2020-04-16 11:22:17 +02:00
2020-04-16 11:22:17 +02:00
2019-02-20 11:11:06 +11:00
2019-08-28 17:57:10 +02:00
2020-04-01 14:20:59 +02:00
2020-04-20 10:25:54 +02:00
2019-12-20 11:02:20 +01:00
2020-02-05 11:18:46 +01:00
2019-04-06 01:27:58 +02:00
2018-10-15 04:32:30 +02:00
2018-10-15 04:32:30 +02:00
2020-04-16 11:22:17 +02:00
2019-02-11 16:36:39 +11:00
2020-02-17 22:53:02 +01:00
2019-12-20 12:05:17 +01:00
2019-06-28 12:36:55 +02:00
2019-04-10 13:06:55 +02:00
2020-02-17 00:20:04 -08:00
2019-08-09 10:32:56 +02:00
2018-10-14 19:45:12 +02:00
2020-03-09 22:49:08 +01:00
2018-10-15 04:32:30 +02:00
2020-02-28 17:06:05 +01:00
2020-03-31 08:38:23 +02:00
2020-03-30 08:56:49 +02:00
2020-03-12 10:52:28 +01:00
2019-01-02 11:21:25 +01:00
2019-10-01 11:15:12 +02:00
2020-02-16 22:40:25 -08:00
2019-10-12 14:44:55 +02:00
2019-09-10 10:08:07 +02:00
2020-03-23 13:29:25 +01:00
2020-03-09 22:49:08 +01:00
2020-04-14 16:07:39 +02:00
2018-10-14 19:45:12 +02:00
2018-10-23 14:57:03 +02:00
2018-10-15 04:32:30 +02:00
2018-12-09 19:15:11 +01:00
2018-10-15 04:32:30 +02:00
2019-01-07 01:04:16 -08:00
2018-10-30 18:53:03 +01:00
2018-10-15 04:32:30 +02:00
2019-06-18 17:08:11 +02:00
2020-02-03 23:31:46 +01:00
2020-01-30 13:04:57 +01:00
2019-10-25 12:50:12 +02:00
2020-03-29 14:22:31 +02:00
2018-11-01 18:35:32 +02:00