From 8606bc16380296a0c82900900883ba5011de0d67 Mon Sep 17 00:00:00 2001 From: Date: Fri, 9 Dec 2005 06:51:50 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 113 +++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 16 +++++++ 2 files changed, 129 insertions(+) diff --git a/ChangeLog b/ChangeLog index 83e90667999..0156a4cc9a6 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,116 @@ +2005-12-08 Marcus Boerger + + * (PHP_5_1) + run-tests.php: + - MFH + . Add ability to create temp files in separate dir and keep them. + . Add ability to create links in html results as table. + + * run-tests.php: + - MFH (Ilia's changes) + - Add ability to create temp files in separate dir and keep them. + - Add ability to generate html file with results as table and links to + generated files. + +2005-12-08 Antony Dovgal + + * ext/oci8/oci8_statement.c: + improve error message + + * (PHP_5_1) + ext/oci8/oci8_statement.c: + MFH: add 1 to the max_length to keep \0 at its place + + * ext/oci8/oci8_statement.c: + add 1 to the max_length to keep \0 at its place + +2005-12-08 Ilia Alshanetsky + + * Makefile.gcov: + MFB51: Include a legend in the gcov report + + * (PHP_5_1) + Makefile.gcov: + Include a legend in the gcov report (suggestion by Tony). + +2005-12-08 Marcus Boerger + + * (PHP_5_1) + ext/dba/dba.c + ext/dba/dba_db4.c + ext/dba/tests/dba_db4.phpt + ext/dba/tests/dba_handler.inc: + - MFH Change dba/db4 to use its own locking + +2005-12-08 Ilia Alshanetsky + + * (PHP_4_4) + EXTENSIONS: + MFH: Added myself to a list of extensions/sapis I try to maintain. + + * EXTENSIONS: + MFB51: Added myself to a list of extensions/sapis I try to maintain. + + * (PHP_5_1) + EXTENSIONS: + Added myself to a list of extensions/sapis I try to maintain. + + * Makefile.gcov + configure.in: + MFB51: Final fix for gcov generation. + + * (PHP_5_1) + Makefile.gcov + configure.in: + Final fix for gcov generation. + +2005-12-08 Dmitry Stogov + + * ZendEngine2/tests/bug31341.phpt: + Fixed test + +2005-12-08 Ilia Alshanetsky + + * (PHP_4_4) + NEWS + ext/standard/basic_functions.c: + MFH: Fixed bug #35594 (Multiple calls to getopt() may result in a crash). + + * ext/standard/basic_functions.c: + MFB51: Fixed bug #35594 (Multiple calls to getopt() may result in a crash). + + * (PHP_5_1) + NEWS + ext/standard/basic_functions.c: + Fixed bug #35594 (Multiple calls to getopt() may result in a crash). + + * ZendEngine2/zend_language_scanner.l: + MFB51: + fix for bug #35382 + fix for bug #35411 + + * (PHP_5_1) + ZendEngine2/zend_language_scanner.l: + Improve fix for bug #35382 + + * (PHP_4_4) + NEWS + ext/xmlrpc/xmlrpc-epi-php.c: + MFH: Fixed bug #33523 (Memory leak in xmlrpc_encode_request()). + + * (PHP_4_4) + NEWS + ext/standard/http_fopen_wrapper.c: + MFH: Fixed bug #34359 (Possible crash inside fopen http wrapper). + + * ext/standard/http_fopen_wrapper.c: + MFB51: Fixed bug #34359 (Possible crash inside fopen http wrapper). + + * (PHP_5_1) + NEWS + ext/standard/http_fopen_wrapper.c: + Fixed bug #34359 (Possible crash inside fopen http wrapper). + 2005-12-07 Frank M. Kromann * (PHP_5_0) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index fbc3a9b0daf..541e033b2a3 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,19 @@ +2005-12-08 Dmitry Stogov + + * tests/bug31341.phpt: + Fixed test + +2005-12-08 Ilia Alshanetsky + + * zend_language_scanner.l: + MFB51: + fix for bug #35382 + fix for bug #35411 + + * (PHP_5_1) + zend_language_scanner.l: + Improve fix for bug #35382 + 2005-12-07 Dmitry Stogov * tests/bug35239.phpt: