Commit:    591c59d9bf09ead5605e30d71db6ff1351fa0d50
Author:    Stanislav Malyshev <s...@php.net>         Sun, 19 Aug 2012 21:46:29 
-0700
Parents:   5ee3bf16474bd94f4813714491742fb17e258d18
Branches:  master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=591c59d9bf09ead5605e30d71db6ff1351fa0d50

Log:
add heredoc parsing fix

Changed paths:
  M  NEWS


Diff:
diff --git a/NEWS b/NEWS
index b719450..f4df446 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)


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to