From a7e211af253ffc080f66fb259dd043ae33ca44b8 Mon Sep 17 00:00:00 2001 From: Date: Tue, 26 Aug 2008 01:32:49 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 107 +++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 32 +++++++++++++++ 2 files changed, 139 insertions(+) diff --git a/ChangeLog b/ChangeLog index 382a6d30b6..942fa243df 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,110 @@ +2008-08-25 Rob Richards + + * ext/libxml/config.w32: + fix warning + +2008-08-25 Felipe Pena + + * (PHP_5_3) + ZendEngine2/tests/bug45910_2.phpt + ext/standard/tests/general_functions/callbacks_002.phpt: + - New test + + * ZendEngine2/tests/bug45910_2.phpt + ZendEngine2/tests/bug45910_2.phpt + ext/standard/tests/general_functions/callbacks_002.phpt: + + - New test + + * (PHP_5_3) + ext/standard/tests/general_functions/callbacks_002.phpt: + file callbacks_002.phpt was added on branch PHP_5_3 on 2008-08-25 19:38:37 + +0000 + +2008-08-25 Rob Richards + + * (PHP_5_3) + ext/spl/spl_array.c: + no zstr in 5_3 + +2008-08-25 Felipe Pena + + * (PHP_5_3) + ZendEngine2/tests/bug45910.phpt + ZendEngine2/tests/constants_007.phpt + ZendEngine2/tests/constants_008.phpt + ZendEngine2/tests/constants_009.phpt + ZendEngine2/tests/inter_007.phpt: + - New tests + + * ZendEngine2/tests/bug45910.phpt + ZendEngine2/tests/bug45910.phpt + ZendEngine2/tests/constants_007.phpt + ZendEngine2/tests/constants_007.phpt + ZendEngine2/tests/constants_008.phpt + ZendEngine2/tests/constants_008.phpt + ZendEngine2/tests/constants_009.phpt + ZendEngine2/tests/constants_009.phpt + ZendEngine2/tests/inter_007.phpt + ZendEngine2/tests/inter_007.phpt: + + - New tests + +2008-08-25 Jani Taskinen + + * ext/spl/spl_array.c: + - Fix CS, folding tags..etc. PLEASE do not invent your own coding styles. + Or commit something as fubar as this.. + +2008-08-25 Etienne Kneuss + + * ext/spl/tests/bug45826.phpt + ext/spl/tests/bug45826.phpt: + + Fix #45826 (Custom serialization) + + * ext/spl/spl_array.c: + Fix #45826 (Custom serialization) + +2008-08-25 Pierre-Alain Joye + + * (PHP_5_3) + ext/standard/crypt_freesec.h: + - and the last part of the fix, inline on win + +2008-08-25 Jani Taskinen + + * ext/standard/crypt_freesec.h: + - Fix win32 build + +2008-08-25 Felipe Pena + + * ext/standard/tests/strings/stripslashes_error.phpt + ext/standard/tests/strings/stripslashes_variation1.phpt + ext/standard/tests/strings/strlen.phpt + ext/standard/tests/strings/strtoupper1.phpt: + - Fixed tests + +2008-08-25 Jani Taskinen + + * ext/standard/config.m4 + ext/standard/crypt_freesec.c + ext/standard/crypt_freesec.h: + - Nuke unncessary checks already done elsewhere (ZEND) + - Use the correct type header files if available. (win32 does what it + does) + - inline definition is in php_config.h, so include it always. + + * ext/standard/tests/general_functions/bug41518.phpt: + fix test: no crap left behind + + * ext/standard/config.m4: + - Nuke duplicate macro call + + * (PHP_5_3) + NEWS: + - fixed in 5.2 branch + 2008-08-24 Felipe Pena * ext/odbc/php_odbc.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index bafe652f96..a6e3c77080 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,35 @@ +2008-08-25 Felipe Pena + + * (PHP_5_3) + tests/bug45910_2.phpt: + - New test + + * tests/bug45910_2.phpt + tests/bug45910_2.phpt: + + - New test + + * (PHP_5_3) + tests/bug45910.phpt + tests/constants_007.phpt + tests/constants_008.phpt + tests/constants_009.phpt + tests/inter_007.phpt: + - New tests + + * tests/bug45910.phpt + tests/bug45910.phpt + tests/constants_007.phpt + tests/constants_007.phpt + tests/constants_008.phpt + tests/constants_008.phpt + tests/constants_009.phpt + tests/constants_009.phpt + tests/inter_007.phpt + tests/inter_007.phpt: + + - New tests + 2008-08-24 Etienne Kneuss * (PHP_5_3) -- 2.40.0