]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.3' into PHP-7.4
authorNikita Popov <nikita.ppv@gmail.com>
Mon, 20 Apr 2020 08:26:11 +0000 (10:26 +0200)
committerNikita Popov <nikita.ppv@gmail.com>
Mon, 20 Apr 2020 08:26:22 +0000 (10:26 +0200)
* PHP-7.3:
  Fix #79497: Fix php_openssl_subtract_timeval()

1  2 
NEWS
ext/openssl/xp_ssl.c

diff --cc NEWS
index 9afe0d67346678d57252e6bccddc51fc0ab16c8a,8f00881b2956b82ae38d16754befa5eb4a06033d..a94ab2ddc8cea538b46740358672feefe0144996
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -19,9 -15,10 +19,13 @@@ PH
    . Fixed bug #79441 (Segfault in mb_chr() if internal encoding is unsupported).
      (Girgias)
  
+ - OpenSSL:
+   . Fixed bug #79497 (stream_socket_client() throws an unknown error sometimes
+     with <1s timeout). (Joe Cai)
 +- SPL:
 +  . Fixed bug #69264 (__debugInfo() ignored while extending SPL classes). (cmb)
 +
  - Standard:
    . Fixed bug #79468 (SIGSEGV when closing stream handle with a stream filter
      appended). (dinosaur)
Simple merge