From 18267e2f7fbe6af44eb8c8b61fa8926851adeafa Mon Sep 17 00:00:00 2001 From: Date: Wed, 9 Nov 2005 06:51:38 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 86 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 86 insertions(+) diff --git a/ChangeLog b/ChangeLog index f426c7ed36..2fc67492d0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,89 @@ +2005-11-08 Jani Taskinen + + * Makefile.gcov + gen_php_cov: + - Moved gen_php_cov functionality into the Makefile. Doing 'make lcov' + will run the test suite and create the code coverage HTML files. + + * genfiles: + More files to have #line directives stripped for release + + * (PHP_5_1) + NEWS: + FBFN + + * (PHP_4_4) + NEWS: + fix news + + * .cvsignore + Makefile.gcov + NEWS: + - Fixed --enable-gcov to work with VPATH builds too + + * genfiles: + - Make sure parse_date.c is free of #line directives in releases + +2005-11-08 Rui Hirokawa + + * (PHP_4_4) + NEWS: + fixed the order. + +2005-11-08 Andrey Hristov + + * (PHP_5_1) + ext/mysqli/tests/009.phpt: + test fetching of unsigned int(11) + + * (PHP_5_1) + NEWS: + BFN + + * (PHP_5_1) + ext/mysqli/tests/009.phpt: + fix test - putting signed into unsigned produces 0, if not in strict mode + (in strict mode this will fail) + +2005-11-08 Rui Hirokawa + + * (PHP_4_4) + NEWS + NEWS + NEWS: + NEWS updated. + +2005-11-08 Andrey Hristov + + * (PHP_5_1) + ext/mysqli/mysqli_api.c: + on 32bit platform if the column is UNSIGNED INT(11) and the value + is greater than 2^31-1 then convert to string. on 64bit this is of no + problem because there long inside zval is big enough to keep unsigned + int(11) + +2005-11-08 Jani Taskinen + + * ext/standard/url_scanner_ex.c + ext/standard/var_unserializer.c: + - Use the source file as output filename instead of stdout + + * ext/standard/Makefile.frag: + - use the target file name as output file instead of stdout + +2005-11-08 Dmitry Stogov + + * (PHP_5_1) + NEWS: + Fixed bug #35142 (SOAP Client/Server Complex Object Support) + +2005-11-08 Jani Taskinen + + * ext/standard/Makefile.frag + ext/standard/url_scanner_ex.c + ext/standard/var_unserializer.c: + - Make sure the generated files have relative paths in the #line directives + 2005-11-07 Marcus Boerger * sapi/cli/php_cli_readline.c: -- 2.50.1