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.1.7RC1
3
+ 09 Jun 2022, PHP 8.1.7
4
4
5
5
- CLI:
6
6
. Fixed bug GH-8575 (CLI closes standard streams too early). (Levi Morrison)
@@ -23,6 +23,10 @@ PHP NEWS
23
23
. Fixed bug #72185: php-fpm writes empty fcgi record causing nginx 502.
24
24
(Jakub Zelenka, loveharmful)
25
25
26
+ - mysqlnd:
27
+ . Fixed bug #81719: mysqlnd/pdo password buffer overflow. (CVE-2022-31626)
28
+ (c dot fol at ambionics dot io)
29
+
26
30
- OPcache:
27
31
. Fixed bug GH-8461 (tracing JIT crash after function/method change).
28
32
(Arnaud, Dmitry)
@@ -34,6 +38,10 @@ PHP NEWS
34
38
- Pcntl:
35
39
. Fixed Haiku build. (David Carlier)
36
40
41
+ - pgsql
42
+ . Fixed bug #81720: Uninitialized array in pg_query_params().
43
+ (CVE-2022-31625) (cmb)
44
+
37
45
- Soap:
38
46
. Fixed bug GH-8578 (Error on wrong parameter on SoapHeader constructor).
39
47
(robertnisipeanu)
You can’t perform that action at this time.
0 commit comments