summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorChristoph M. Becker <cmbecker69@gmx.de>2019-08-23 14:02:48 +0200
committerChristoph M. Becker <cmbecker69@gmx.de>2019-08-23 14:04:31 +0200
commit514be3ff8723628058afd70f75f2501b1797cccf (patch)
treefa2b585009c894af13670182e11b34da8b33ab30 /NEWS
parenteeb910911d914ca44271e9dbd2def5dadb466528 (diff)
parent03c7749dc8f40df8f41afffcdef4595ad43afe7f (diff)
downloadphp-git-514be3ff8723628058afd70f75f2501b1797cccf.tar.gz
Merge branch 'PHP-7.3' into PHP-7.4
* PHP-7.3: Fix #77812: Interactive mode does not support PHP 7.3-style heredoc
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index c781ff758b..8fa0367077 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,8 @@ PHP NEWS
?? ??? ????, PHP 7.4.0RC1
- Core:
+ . Fixed bug #77812 (Interactive mode does not support PHP 7.3-style heredoc).
+ (cmb, Nikita)
. Fixed bug #78438 (Corruption when __unserializing deeply nested structures).
(cmb, Nikita)
. Fixed bug #78441 (Parse error due to heredoc identifier followed by digit).