1
0
mirror of https://github.com/php/php-src.git synced 2026-04-11 01:53:36 +02:00

Update NEWS

This commit is contained in:
Stanislav Malyshev
2022-06-06 01:00:38 -06:00
committed by Ben Ramsey
parent a6a13139db
commit a0f479f0b6

8
NEWS
View File

@@ -47,6 +47,10 @@ PHP NEWS
. Fixed bug #72185: php-fpm writes empty fcgi record causing nginx 502.
(Jakub Zelenka, loveharmful)
- mysqlnd:
. Fixed bug #81719: mysqlnd/pdo password buffer overflow. (CVE-2022-31626)
(c dot fol at ambionics dot io)
- OPcache:
. Fixed bug GH-8461 (tracing JIT crash after function/method change).
(Arnaud, Dmitry)
@@ -58,6 +62,10 @@ PHP NEWS
- Pcntl:
. Fixed Haiku build. (David Carlier)
- pgsql
. Fixed bug #81720: Uninitialized array in pg_query_params().
(CVE-2022-31625) (cmb)
- Soap:
. Fixed bug GH-8578 (Error on wrong parameter on SoapHeader constructor).
(robertnisipeanu)