@@ -21,6 +21,10 @@ PHP NEWS
21
21
. Fixed bug #80024 (Duplication of info about inherited socket after pool
22
22
removing). (Jakub Zelenka)
23
23
24
+ - FTP:
25
+ . Fixed bug #80880 (SSL_read on shutdown, ftp/proc_open). (cmb, Jakub
26
+ Zelenka)
27
+
24
28
- Intl:
25
29
. Fixed bug #80763 (msgfmt_format() does not accept DateTime references).
26
30
(cmb)
@@ -35,8 +39,12 @@ PHP NEWS
35
39
. Fixed bug #80837 (Calling stmt_store_result after fetch doesn't throw an
36
40
error). (Kamil Tekiela)
37
41
38
- - opcache :
42
+ - Opcache :
39
43
. Fixed bug #80805 (create simple class and get error in opcache.so). (Nikita)
44
+ . Fixed bug #80950 (Variables become null in if statements). (Nikita)
45
+
46
+ - Pcntl:
47
+ . Fixed bug #79812 (Potential integer overflow in pcntl_exec()). (cmb)
40
48
41
49
- PCRE:
42
50
. Fixed bug #80866 (preg_split ignores limit flag when pattern with \K has
@@ -46,6 +54,10 @@ PHP NEWS
46
54
. Fixed bug #80783 (PDO ODBC truncates BLOB records at every 256th byte).
47
55
(cmb)
48
56
57
+ - PDO_pgsql:
58
+ . Fixed bug #80892 (PDO::PARAM_INT is treated the same as PDO::PARAM_STR).
59
+ (Matteo)
60
+
49
61
- phpdbg:
50
62
. Fixed bug #80757 (Exit code is 0 when could not open file). (Felipe)
51
63
@@ -54,12 +66,18 @@ PHP NEWS
54
66
. Fixed bug #80889 (Cannot set save handler when save_handler is invalid).
55
67
(cmb)
56
68
69
+ - SOAP:
70
+ . Fixed bug #69668 (SOAP special XML characters in namespace URIs not
71
+ encoded). (cmb)
72
+
57
73
- Standard:
58
- . Fixed bug #80771 (phpinfo(INFO_CREDITS) displays nothing in CLI). (cmb)
59
74
. Fixed bug #78719 (http wrapper silently ignores long Location headers).
60
75
(cmb)
76
+ . Fixed bug #80771 (phpinfo(INFO_CREDITS) displays nothing in CLI). (cmb)
61
77
. Fixed bug #80838 (HTTP wrapper waits for HTTP 1 response after HTTP 101).
62
78
(manuelm)
79
+ . Fixed bug #80915 (Taking a reference to $_SERVER hides its values from
80
+ phpinfo()). (Rowan Tommins)
63
81
64
82
04 Mar 2021, php 7.4.16
65
83
0 commit comments