Skip to content

Commit 01948f2

Browse files
committed
Fixed bug #76991
Back up exceptions while the scan-ahead loop, to avoid an early bail out.
1 parent 1386b02 commit 01948f2

File tree

4 files changed

+276
-230
lines changed

4 files changed

+276
-230
lines changed

NEWS

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ PHP NEWS
66
. Fixed bug #75577 (DateTime::createFromFormat does not accept 'v' format
77
specifier, by updating timelib to 2018.01alpha2). (Derick)
88

9+
- Tokenizer:
10+
. Fixed bug #76991 (Incorrect tokenization of multiple invalid flexible
11+
heredoc strings). (Nikita)
12+
913
- XML:
1014
. Fixed bug #30875 (xml_parse_into_struct() does not resolve entities). (cmb)
1115

0 commit comments

Comments
 (0)