Skip to content

Commit d4f7e8c

Browse files
committed
Prepare NEWS for 7.4.18RC1
1 parent a1fdfa7 commit d4f7e8c

File tree

1 file changed

+14
-47
lines changed

1 file changed

+14
-47
lines changed

NEWS

Lines changed: 14 additions & 47 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,12 @@ PHP NEWS
33
?? ??? 2021, PHP 7.4.18
44

55
- 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)
912

1013
- DOM:
1114
. Fixed bug #66783 (UAF when appending DOMDocument to element). (cmb)
@@ -14,55 +17,13 @@ PHP NEWS
1417
. Fixed bug #80024 (Duplication of info about inherited socket after pool
1518
removing). (Jakub Zelenka)
1619

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-
6020
- Intl:
6121
. Fixed bug #80763 (msgfmt_format() does not accept DateTime references).
6222
(cmb)
6323

64-
- Libxml:
24+
- LibXML:
6525
. Fixed bug #51903 (simplexml_load_file() doesn't use HTTP headers). (cmb)
26+
. Fixed bug #73533 (Invalid memory access in php_libxml_xmlCheckUTF8). (cmb)
6627

6728
- MySQLnd:
6829
. Fixed bug #80713 (SegFault when disabling ATTR_EMULATE_PREPARES and
@@ -77,11 +38,17 @@ PHP NEWS
7738
. Fixed bug #80866 (preg_split ignores limit flag when pattern with \K has
7839
0-width fullstring match). (Kamil Tekiela)
7940

41+
- PDO_ODBC:
42+
. Fixed bug #80783 (PDO ODBC truncates BLOB records at every 256th byte).
43+
(cmb)
44+
8045
- phpdbg:
8146
. Fixed bug #80757 (Exit code is 0 when could not open file). (Felipe)
8247

8348
- Session:
8449
. Fixed bug #80774 (session_name() problem with backslash). (cmb)
50+
. Fixed bug #80889 (Cannot set save handler when save_handler is invalid).
51+
(cmb)
8552

8653
- Standard:
8754
. Fixed bug #80771 (phpinfo(INFO_CREDITS) displays nothing in CLI). (cmb)

0 commit comments

Comments
 (0)