Skip to content

Commit 1084715

Browse files
committed
NEWS for 8.0.20 fixed
1 parent b9480cf commit 1084715

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

NEWS

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3-
26 May 2022, PHP 8.0.20RC1
3+
09 Jun 2022, PHP 8.0.20
44

55
- CLI:
66
. Fixed bug GH-8575 (CLI closes standard streams too early). (Levi Morrison)
@@ -17,13 +17,21 @@ PHP NEWS
1717
. Fixed bug #72185: php-fpm writes empty fcgi record causing nginx 502.
1818
(Jakub Zelenka, loveharmful)
1919

20+
- Mysqlnd:
21+
. Fixed bug #81719: mysqlnd/pdo password buffer overflow. (CVE-2022-31626)
22+
(c dot fol at ambionics dot io)
23+
2024
- OPcache:
2125
. Fixed bug GH-8466 (ini_get() is optimized out when the option does not
2226
exist). (Arnaud)
2327

2428
- Pcntl:
2529
. Fixed Haiku build. (David Carlier)
2630

31+
- Pgsql:
32+
. Fixed bug #81720: Uninitialized array in pg_query_params().
33+
(CVE-2022-31625) (cmb)
34+
2735
- Soap:
2836
. Fixed bug GH-8578 (Error on wrong parameter on SoapHeader constructor).
2937
(robertnisipeanu)

0 commit comments

Comments
 (0)