From: Stanislav Malyshev Date: Mon, 20 Aug 2012 04:46:29 +0000 (-0700) Subject: add heredoc parsing fix X-Git-Tag: php-5.5.0alpha1~20^2~43 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=591c59d9bf09ead5605e30d71db6ff1351fa0d50;p=php add heredoc parsing fix --- diff --git a/NEWS b/NEWS index b71945087f..f4df4463fa 100644 --- a/NEWS +++ b/NEWS @@ -70,6 +70,9 @@ PHP NEWS - pgsql . Added pg_escape_literal() and pg_escape_identifier() (Yasuo) +- Tokenizer: + . Fixed bug #60097 (token_get_all fails to lex nested heredoc). (Nikita Popov) + - Zip: . Upgraded libzip to 0.10.1 (Anatoliy)