summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2018-12-04 12:49:10 +0100
committerAnatol Belski <ab@php.net>2018-12-04 12:49:10 +0100
commita8f125fbca4588d94e5da63c5d21c8a8e15f44f4 (patch)
treed55de1763e54e89c530f81bcacccddca46799f10
parent036bc5c1fb38969f325f84b9474e5bc7309f54ba (diff)
downloadphp-git-a8f125fbca4588d94e5da63c5d21c8a8e15f44f4.tar.gz
Sync NEWS [ci skip]
-rw-r--r--NEWS9
1 files changed, 8 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 8110f57cc6..5b0aeb597b 100644
--- a/NEWS
+++ b/NEWS
@@ -1,13 +1,20 @@
PHP NEWS
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
-?? ??? 2018 PHP 7.0.33
+06 Dec 2018 PHP 7.0.33
+
+- Core:
+ . Fixed bug #77231 (Segfault when using convert.quoted-printable-encode
+ filter). (Stas)
- IMAP:
+ . Fixed bug #77020 (null pointer dereference in imap_mail). (cmb)
. Fixed bug #77153 (imap_open allows to run arbitrary shell commands via
mailbox parameter). (Stas)
- Phar:
. Fixed bug #77022 (PharData always creates new files with mode 0666). (Stas)
+ . Fixed bug #77143 (Heap Buffer Overflow (READ: 4) in phar_parse_pharfile).
+ (Stas)
13 Sep 2018 PHP 7.0.32