Skip to content

Commit b241f07

Browse files
committed
Update NEWS for PHP 8.1.7
1 parent 8493e27 commit b241f07

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

NEWS

+9-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3-
26 May 2022, PHP 8.1.7RC1
3+
09 Jun 2022, PHP 8.1.7
44

55
- CLI:
66
. Fixed bug GH-8575 (CLI closes standard streams too early). (Levi Morrison)
@@ -23,6 +23,10 @@ PHP NEWS
2323
. Fixed bug #72185: php-fpm writes empty fcgi record causing nginx 502.
2424
(Jakub Zelenka, loveharmful)
2525

26+
- mysqlnd:
27+
. Fixed bug #81719: mysqlnd/pdo password buffer overflow. (CVE-2022-31626)
28+
(c dot fol at ambionics dot io)
29+
2630
- OPcache:
2731
. Fixed bug GH-8461 (tracing JIT crash after function/method change).
2832
(Arnaud, Dmitry)
@@ -34,6 +38,10 @@ PHP NEWS
3438
- Pcntl:
3539
. Fixed Haiku build. (David Carlier)
3640

41+
- pgsql
42+
. Fixed bug #81720: Uninitialized array in pg_query_params().
43+
(CVE-2022-31625) (cmb)
44+
3745
- Soap:
3846
. Fixed bug GH-8578 (Error on wrong parameter on SoapHeader constructor).
3947
(robertnisipeanu)

0 commit comments

Comments
 (0)