File tree 1 file changed +9
-1
lines changed
1 file changed +9
-1
lines changed Original file line number Diff line number Diff line change 1
1
PHP NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
- 26 May 2022, PHP 8.0.20RC1
3
+ 09 Jun 2022, PHP 8.0.20
4
4
5
5
- CLI:
6
6
. Fixed bug GH-8575 (CLI closes standard streams too early). (Levi Morrison)
@@ -17,13 +17,21 @@ PHP NEWS
17
17
. Fixed bug #72185: php-fpm writes empty fcgi record causing nginx 502.
18
18
(Jakub Zelenka, loveharmful)
19
19
20
+ - Mysqlnd:
21
+ . Fixed bug #81719: mysqlnd/pdo password buffer overflow. (CVE-2022-31626)
22
+ (c dot fol at ambionics dot io)
23
+
20
24
- OPcache:
21
25
. Fixed bug GH-8466 (ini_get() is optimized out when the option does not
22
26
exist). (Arnaud)
23
27
24
28
- Pcntl:
25
29
. Fixed Haiku build. (David Carlier)
26
30
31
+ - Pgsql:
32
+ . Fixed bug #81720: Uninitialized array in pg_query_params().
33
+ (CVE-2022-31625) (cmb)
34
+
27
35
- Soap:
28
36
. Fixed bug GH-8578 (Error on wrong parameter on SoapHeader constructor).
29
37
(robertnisipeanu)
You can’t perform that action at this time.
0 commit comments