]> granicus.if.org Git - php/commitdiff
Merge branch 'PHP-7.4' into PHP-8.0
authorJakub Zelenka <bukka@php.net>
Sun, 21 Mar 2021 19:00:38 +0000 (19:00 +0000)
committerJakub Zelenka <bukka@php.net>
Sun, 21 Mar 2021 19:00:38 +0000 (19:00 +0000)
1  2 
NEWS

diff --cc NEWS
index 430c07b951b6e9a43ca624dca7ea71bfcd9747df,eef3b0302c3a9d64d61d270d752f230053adbeee..5fda640c3350029c13bafa71b69880a6dbd65ac1
--- 1/NEWS
--- 2/NEWS
+++ b/NEWS
@@@ -5,15 -5,10 +5,19 @@@ PH
  - DOM:
    . Fixed bug #66783 (UAF when appending DOMDocument to element). (cmb)
  
 +- FFI:
 +  . Fixed bug #80847 (CData structs with fields of type struct can't be passed
 +    as C function argument). (Nickolas Daniel da Silva, Dmitry)
 +
+ - FPM:
+   . Fixed bug #80024 (Duplication of info about inherited socket after pool
+     removing). (Jakub Zelenka)
 +- Opcache:
 +  . Fixed bug #80839 (PHP problem with JIT). (Dmitry)
 +  . Fixed bug #80861 (erronous array key overflow in 2D array with JIT).
 +    (Dmitry)
 +
  - PDO_ODBC:
    . Fixed bug #80783 (PDO ODBC truncates BLOB records at every 256th byte).
      (cmb)