]> granicus.if.org Git - php/commitdiff
ChangeLog update
author <changelog@php.net> <>
Sun, 6 Apr 2008 01:31:41 +0000 (01:31 +0000)
committer <changelog@php.net> <>
Sun, 6 Apr 2008 01:31:41 +0000 (01:31 +0000)
ChangeLog
Zend/ChangeLog

index aa5b23fe552b0fecc44a5eae829d4101f9172b75..c37707a00bd8d09be3015f85d6f4eb6d55183ad9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,35 @@
+2008-04-05  Felipe Pena  <felipensp@gmail.com>
+
+    * (PHP_5_3)
+      NEWS:
+      - HEREDOC syntax with double quotes
+
+    * ZendEngine2/zend_language_scanner.c
+      ZendEngine2/zend_language_scanner.l
+      ZendEngine2/zend_language_scanner_defs.h
+      ZendEngine2/tests/heredoc_012.phpt
+      ZendEngine2/tests/heredoc_013.phpt
+      ZendEngine2/tests/heredoc_014.phpt:
+      MFB:
+      - Allow HEREDOC syntax with double quotes [DOC]
+      (http://wiki.php.net/rfc/heredoc-with-double-quotes)
+
+    * ZendEngine2/tests/heredoc_012.phpt
+      ZendEngine2/tests/heredoc_012.phpt
+      ZendEngine2/tests/heredoc_013.phpt
+      ZendEngine2/tests/heredoc_013.phpt
+      ZendEngine2/tests/heredoc_014.phpt
+      ZendEngine2/tests/heredoc_014.phpt:
+      
+      file heredoc_012.phpt was initially added on branch PHP_5_3.
+
+    * (PHP_5_3)
+      ZendEngine2/zend_language_scanner.c
+      ZendEngine2/zend_language_scanner.l
+      ZendEngine2/zend_language_scanner_defs.h:
+      - Allow HEREDOC syntax with double quotes
+      (http://wiki.php.net/rfc/heredoc-with-double-quotes)
+
 2008-04-04  Felipe Pena  <felipensp@gmail.com>
 
     * (PHP_5_3)
index 89c22be620ce82816d3c3b509e820dc783160ccc..53d4006165a4dbd6763b2cc4800d242e73fe9bb0 100644 (file)
@@ -1,3 +1,31 @@
+2008-04-05  Felipe Pena  <felipensp@gmail.com>
+
+    * zend_language_scanner.c
+      zend_language_scanner.l
+      zend_language_scanner_defs.h
+      tests/heredoc_012.phpt
+      tests/heredoc_013.phpt
+      tests/heredoc_014.phpt:
+      MFB:
+      - Allow HEREDOC syntax with double quotes [DOC]
+      (http://wiki.php.net/rfc/heredoc-with-double-quotes)
+
+    * tests/heredoc_012.phpt
+      tests/heredoc_012.phpt
+      tests/heredoc_013.phpt
+      tests/heredoc_013.phpt
+      tests/heredoc_014.phpt
+      tests/heredoc_014.phpt:
+      
+      file heredoc_012.phpt was initially added on branch PHP_5_3.
+
+    * (PHP_5_3)
+      zend_language_scanner.c
+      zend_language_scanner.l
+      zend_language_scanner_defs.h:
+      - Allow HEREDOC syntax with double quotes
+      (http://wiki.php.net/rfc/heredoc-with-double-quotes)
+
 2008-04-04  Nuno Lopes  <nunoplopes@sapo.pt>
 
     * zend_stream.c: