Skip to content

Commit f99926f

Browse files
committed
Put back inadvertedly removed NEWS entries
1 parent 8e48895 commit f99926f

File tree

1 file changed

+20
-2
lines changed

1 file changed

+20
-2
lines changed

NEWS

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ PHP NEWS
2121
. Fixed bug #80024 (Duplication of info about inherited socket after pool
2222
removing). (Jakub Zelenka)
2323

24+
- FTP:
25+
. Fixed bug #80880 (SSL_read on shutdown, ftp/proc_open). (cmb, Jakub
26+
Zelenka)
27+
2428
- Intl:
2529
. Fixed bug #80763 (msgfmt_format() does not accept DateTime references).
2630
(cmb)
@@ -35,8 +39,12 @@ PHP NEWS
3539
. Fixed bug #80837 (Calling stmt_store_result after fetch doesn't throw an
3640
error). (Kamil Tekiela)
3741

38-
- opcache:
42+
- Opcache:
3943
. 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)
4048

4149
- PCRE:
4250
. Fixed bug #80866 (preg_split ignores limit flag when pattern with \K has
@@ -46,6 +54,10 @@ PHP NEWS
4654
. Fixed bug #80783 (PDO ODBC truncates BLOB records at every 256th byte).
4755
(cmb)
4856

57+
- PDO_pgsql:
58+
. Fixed bug #80892 (PDO::PARAM_INT is treated the same as PDO::PARAM_STR).
59+
(Matteo)
60+
4961
- phpdbg:
5062
. Fixed bug #80757 (Exit code is 0 when could not open file). (Felipe)
5163

@@ -54,12 +66,18 @@ PHP NEWS
5466
. Fixed bug #80889 (Cannot set save handler when save_handler is invalid).
5567
(cmb)
5668

69+
- SOAP:
70+
. Fixed bug #69668 (SOAP special XML characters in namespace URIs not
71+
encoded). (cmb)
72+
5773
- Standard:
58-
. Fixed bug #80771 (phpinfo(INFO_CREDITS) displays nothing in CLI). (cmb)
5974
. Fixed bug #78719 (http wrapper silently ignores long Location headers).
6075
(cmb)
76+
. Fixed bug #80771 (phpinfo(INFO_CREDITS) displays nothing in CLI). (cmb)
6177
. Fixed bug #80838 (HTTP wrapper waits for HTTP 1 response after HTTP 101).
6278
(manuelm)
79+
. Fixed bug #80915 (Taking a reference to $_SERVER hides its values from
80+
phpinfo()). (Rowan Tommins)
6381

6482
04 Mar 2021, php 7.4.16
6583

0 commit comments

Comments
 (0)