From: Date: Wed, 14 Dec 2005 06:31:49 +0000 (+0000) Subject: ChangeLog update X-Git-Tag: RELEASE_1_0_4~387 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f57d9428cf9c43221f72eb2de40839554321eec5;p=php ChangeLog update --- diff --git a/ChangeLog b/ChangeLog index f4da5bbffc..d8503dab1b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,58 @@ +2005-12-13 Antony Dovgal + + * (PHP_5_1) + ZendEngine2/tests/bug35655.phpt: + MFH: use default colors to prevent any problems with existing php.ini + + * ZendEngine2/tests/bug35655.phpt: + use default colors to prevent any problems with existing php.ini + +2005-12-13 Ilia Alshanetsky + + * (PHP_4_4) + NEWS + Zend/zend_highlight.c + Zend/zend_language_scanner.l: + MFH: Fixed bug #35655 (whitespace following end of heredoc is lost). + +2005-12-13 Marcus Boerger + + * ZendEngine2/zend_operators.c: + - MFB Fix zend*_str_tolower_copy() + +2005-12-13 Ilia Alshanetsky + + * ZendEngine2/zend_highlight.c + ZendEngine2/zend_language_scanner.l + ZendEngine2/tests/bug35411.phpt + ZendEngine2/tests/bug35655.phpt: + MFB51: Fixed bug #35655 (whitespace following end of heredoc is lost). + + * (PHP_5_1) + NEWS + ZendEngine2/zend_highlight.c + ZendEngine2/zend_language_scanner.l: + Fixed bug #35655 (whitespace following end of heredoc is lost). + + * ZendEngine2/tests/bug35655.phpt + ZendEngine2/tests/bug35655.phpt: + + file bug35655.phpt was initially added on branch PHP_5_1. + +2005-12-13 Antony Dovgal + + * (PHP_4_4) + NEWS + Zend/zend_alloc.c: + fix #35646 (%{mod_php_memory_usage}n is not reset after exit) + patch by vovik at getart dot ru + +2005-12-13 Ilia Alshanetsky + + * (PHP_5_1) + NEWS: + Fixed bug #35630 (strtotime() crashes on certain relative identifiers). + 2005-12-12 Marcus Boerger * (PHP_5_1) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index e7d0c62503..0b9f302280 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,32 @@ +2005-12-13 Antony Dovgal + + * (PHP_5_1) + tests/bug35655.phpt: + MFH: use default colors to prevent any problems with existing php.ini + + * tests/bug35655.phpt: + use default colors to prevent any problems with existing php.ini + +2005-12-13 Marcus Boerger + + * zend_operators.c: + - MFB Fix zend*_str_tolower_copy() + +2005-12-13 Ilia Alshanetsky + + * zend_highlight.c + zend_language_scanner.l + tests/bug35411.phpt + tests/bug35655.phpt: + MFB51: Fixed bug #35655 (whitespace following end of heredoc is lost). + + * (PHP_5_1) + zend_highlight.c + zend_language_scanner.l + tests/bug35655.phpt + tests/bug35655.phpt: + Fixed bug #35655 (whitespace following end of heredoc is lost). + 2005-12-12 Marcus Boerger * (PHP_5_1)