From: Date: Mon, 3 Jan 2005 01:37:14 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_0_2~413 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=33cd288edcb9c27f09270499aacce61bf720d3d9;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index a23b7fadf4..468e228cbd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,38 @@ +2005-01-02 Ilia Alshanetsky + + * (PHP_4_3) + NEWS + NEWS + Zend/zend_highlight.c + ZendEngine2/zend_highlight.c: + MFH: Fixed bug #31371 (highlight_file() trims new line after heredoc). + + * ZendEngine2/zend_highlight.c: + Fixed bug #31371 (highlight_file() trims new line after heredoc). + +2005-01-02 Rob Richards + + * ext/dom/document.c: + allow parser flags to be passed to xinclude() + + * (PHP_5_0) + NEWS: + BFN + +2005-01-02 Moriyoshi Koizumi + + * (PHP_4_3) + ext/standard/tests/array/bug29493.phpt + ext/standard/tests/array/bug29493.phpt + ext/standard/tests/array/bug31213.phpt + ext/standard/tests/array/bug31213.phpt: + - MFH: add testcases for bug #29493 and #31213. + + * ext/standard/tests/array/bug29493.phpt + ext/standard/tests/array/bug31213.phpt: + 1.1.4; + - Add testcases for bug #29493 and #31213. + 2005-01-01 Wez Furlong * (PHP_5_0) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 502114e503..2b10135639 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,12 @@ +2005-01-02 Ilia Alshanetsky + + * (PHP_5_0) + zend_highlight.c: + MFH: Fixed bug #31371 (highlight_file() trims new line after heredoc). + + * zend_highlight.c: + Fixed bug #31371 (highlight_file() trims new line after heredoc). + 2004-12-30 Jani Taskinen * (PHP_5_0)