]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.3' into PHP-7.4
authorChristoph M. Becker <cmbecker69@gmx.de>
Tue, 9 Jun 2020 14:54:04 +0000 (16:54 +0200)
committerChristoph M. Becker <cmbecker69@gmx.de>
Tue, 9 Jun 2020 14:54:43 +0000 (16:54 +0200)
* PHP-7.3:
  Fix possibly unsupported timercmp() usage

1  2 
NEWS
main/network.c

diff --cc NEWS
index 13ae3f80c6d6daf3831eb340af5c6c73c8719fcd,f16ac1d9b7d4b45034009ce72319cd869af84fc1..9ef7369f93670177f850a79dd036d0427def81c8
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -7,9 -6,7 +7,10 @@@ PH
    . Fixed bug #79650 (php-win.exe 100% cpu lockup). (cmb)
    . Fixed bug #79668 (get_defined_functions(true) may miss functions). (cmb,
      Nikita)
 +  . Fixed bug #79657 ("yield from" hangs when invalid value encountered).
 +    (Nikita)
 +  . Fixed bug #79683 (Fake reflection scope affects __toString()). (Nikita)
+   . Fixed possibly unsupported timercmp() usage. (cmb)
  
  - Filter:
    . Fixed bug #73527 (Invalid memory access in php_filter_strip). (cmb)
diff --cc main/network.c
Simple merge