From 120681ebac385f502ef5469fbb098ee4cd636f1c Mon Sep 17 00:00:00 2001 From: Date: Mon, 21 Nov 2005 06:46:10 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 67 +++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 67 insertions(+) diff --git a/ChangeLog b/ChangeLog index 62984be0fc..0257d48761 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,70 @@ +2005-11-20 Derick Rethans + + * ext/standard/microtime.c: + - MF51: Fixed bug #35143 (gettimeofday() ignores current time zone). + - MF51: Fixed tests due to class constants patch. + + * (PHP_5_1) + NEWS + ext/standard/microtime.c: + - Fixed bug #35143 (gettimeofday() ignores current time zone). + - Fixed tests due to class constants patch. + +2005-11-20 Ilia Alshanetsky + + * (PHP_5_1) + NEWS: + Fixed bug #35303 (PDO prepare() crashes with invalid parameters). + +2005-11-20 Jani Taskinen + + * (PHP_5_1) + NEWS + ext/standard/basic_functions.c: + MFH: - Fixed bug #35243 (php_mblen() crashes when compiled with + thread-safety on Linux) + + * ext/standard/basic_functions.c: + - Fixed bug #35243 (php_mblen() crashes when compiled with thread-safety on + Linux) + +2005-11-20 Sebastian Bergmann + + * (PHP_5_0) + regex/regerror.c: + Fix for MS VisualStudio 2005. + + * (PHP_5_0) + win32/globals.c + win32/php_win32_globals.h: + Fix line endings for MS VisualStudio 2005. + +2005-11-20 Marcus Boerger + + * ext/simplexml/simplexml.c: + - Extend SimpleXmlElement::__construct() with two parameters + . int options: pass options to 2.6.0+ parsing functions + . bool data_is_url: whether first parameter is a url rather then xml + data + - Fix parameter parsing + + * ext/dba/dba.c + ext/dba/dba_db4.c + ext/dba/tests/dba_db4.phpt + ext/dba/tests/dba_handler.inc: + - Do locking in lib rather then on streams + +2005-11-20 Jani Taskinen + + * (PHP_5_1) + NEWS: + fix news + +2005-11-20 Andrei Zmievski + + * TODO: + -** empty log message *** + 2005-11-19 Antony Dovgal * ext/oci8/oci8.c -- 2.50.1