@@ -3,9 +3,12 @@ PHP NEWS
3
3
?? ??? 2021, PHP 7.4.18
4
4
5
5
- Core:
6
- . Changed PowerPC CPU registers used by Zend VM to work around GCC bug.
7
- Old registers (r28/r29) might be clobbered by _restgpr routine used for
8
- return from C function compiled with -Os. (Dmitry)
6
+ . Fixed bug #80781 (Error handler that throws ErrorException infinite loop).
7
+ (Nikita)
8
+ . Fixed bug #75776 (Flushing streams with compression filter is broken). (cmb)
9
+
10
+ - Dba:
11
+ . Fixed bug #80817 (dba_popen() may cause segfault during RSHUTDOWN). (cmb)
9
12
10
13
- DOM:
11
14
. Fixed bug #66783 (UAF when appending DOMDocument to element). (cmb)
@@ -14,55 +17,13 @@ PHP NEWS
14
17
. Fixed bug #80024 (Duplication of info about inherited socket after pool
15
18
removing). (Jakub Zelenka)
16
19
17
- - FTP:
18
- . Fixed bug #80880 (SSL_read on shutdown, ftp/proc_open). (cmb, Jakub
19
- Zelenka)
20
-
21
- - LibXML:
22
- . Fixed bug #73533 (Invalid memory access in php_libxml_xmlCheckUTF8). (cmb)
23
-
24
- - Opcache:
25
- . Fixed bug #80950 (Variables become null in if statements). (Nikita)
26
-
27
- - Pcntl:
28
- . Fixed bug #79812 (Potential integer overflow in pcntl_exec()). (cmb)
29
-
30
- - PDO_ODBC:
31
- . Fixed bug #80783 (PDO ODBC truncates BLOB records at every 256th byte).
32
- (cmb)
33
-
34
- - PDO_pgsql:
35
- . Fixed bug #80892 (PDO::PARAM_INT is treated the same as PDO::PARAM_STR).
36
- (Matteo)
37
-
38
- - Session:
39
- . Fixed bug #80889 (Cannot set save handler when save_handler is invalid).
40
- (cmb)
41
-
42
- - SOAP:
43
- . Fixed bug #69668 (SOAP special XML characters in namespace URIs not
44
- encoded). (cmb)
45
-
46
- - Standard:
47
- . Fixed bug #80915 (Taking a reference to $_SERVER hides its values from
48
- phpinfo()). (Rowan Tommins)
49
-
50
- 01 Apr 2021, PHP 7.4.17
51
-
52
- - Core:
53
- . Fixed bug #80781 (Error handler that throws ErrorException infinite loop).
54
- (Nikita)
55
- . Fixed bug #75776 (Flushing streams with compression filter is broken). (cmb)
56
-
57
- - Dba:
58
- . Fixed bug #80817 (dba_popen() may cause segfault during RSHUTDOWN). (cmb)
59
-
60
20
- Intl:
61
21
. Fixed bug #80763 (msgfmt_format() does not accept DateTime references).
62
22
(cmb)
63
23
64
- - Libxml :
24
+ - LibXML :
65
25
. Fixed bug #51903 (simplexml_load_file() doesn't use HTTP headers). (cmb)
26
+ . Fixed bug #73533 (Invalid memory access in php_libxml_xmlCheckUTF8). (cmb)
66
27
67
28
- MySQLnd:
68
29
. Fixed bug #80713 (SegFault when disabling ATTR_EMULATE_PREPARES and
@@ -77,11 +38,17 @@ PHP NEWS
77
38
. Fixed bug #80866 (preg_split ignores limit flag when pattern with \K has
78
39
0-width fullstring match). (Kamil Tekiela)
79
40
41
+ - PDO_ODBC:
42
+ . Fixed bug #80783 (PDO ODBC truncates BLOB records at every 256th byte).
43
+ (cmb)
44
+
80
45
- phpdbg:
81
46
. Fixed bug #80757 (Exit code is 0 when could not open file). (Felipe)
82
47
83
48
- Session:
84
49
. Fixed bug #80774 (session_name() problem with backslash). (cmb)
50
+ . Fixed bug #80889 (Cannot set save handler when save_handler is invalid).
51
+ (cmb)
85
52
86
53
- Standard:
87
54
. Fixed bug #80771 (phpinfo(INFO_CREDITS) displays nothing in CLI). (cmb)
0 commit comments