diff options
author | Christoph M. Becker <cmbecker69@gmx.de> | 2019-08-23 14:02:48 +0200 |
---|---|---|
committer | Christoph M. Becker <cmbecker69@gmx.de> | 2019-08-23 14:04:31 +0200 |
commit | 514be3ff8723628058afd70f75f2501b1797cccf (patch) | |
tree | fa2b585009c894af13670182e11b34da8b33ab30 /NEWS | |
parent | eeb910911d914ca44271e9dbd2def5dadb466528 (diff) | |
parent | 03c7749dc8f40df8f41afffcdef4595ad43afe7f (diff) | |
download | php-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-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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). |