From 69c95f67cf6a883dafb7052ead4116d3438142a9 Mon Sep 17 00:00:00 2001 From: Date: Tue, 20 Feb 2007 01:31:05 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 126 +++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 15 ++++++ 2 files changed, 141 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1f64b3b9741..1d715d0957c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,129 @@ +2007-02-19 Ilia Alshanetsky + + * (PHP_5_2) + ext/session/mod_mm.c: + + Eliminate strcat() usage. + + * (PHP_5_2) + sapi/cgi/cgi_main.c: + + Fixed strlcat() usage. + + +2007-02-19 Marcus Boerger + + * (PHP_5_2) + NEWS + ext/spl/spl_directory.c + ext/spl/spl_directory.c: + - Bugfix #40546: SplFileInfo::getPathInfo() throws an execption if + directory is in root dir. + +2007-02-19 Antony Dovgal + + * (PHP_5_2) + ext/odbc/php_odbc.c: + MFH: check SQLError() return value and output a meaningful errmsg when it + fails + + * ext/odbc/php_odbc.c: + check SQLError() return value and output a meaningful errmsg when it fails + + * tests/basic/022.phpt + tests/basic/023.phpt + tests/classes/bug26737.phpt + tests/classes/bug27504.phpt + tests/lang/034.phpt: + fix tests + + * sapi/cgi/README.FastCGI + sapi/cgi/cgi_main.c: + MFB: Eliminate strcat() usage + Fixed handling of argv[] for GET + + * ext/pgsql/config.m4 + ext/pgsql/config.w32: + MFB: PQfreemem() checks + + * ext/json/json.c + ext/json/tests/bug40503.phpt: + MFB: #40503 (json_encode() value corruption on 32bit systems with overflown + values) + + * (PHP_5_2) + ZendEngine2/zend_alloc.c: + MFH: fix heap protection on SPARC, required by GCC4 + patch by Dmitry + + * ZendEngine2/zend_alloc.c: + fix heap protection on SPARC, required by GCC4 + patch by Dmitry + +2007-02-19 Edin Kadribasic + + * (PHP_5_2) + NEWS: + Info on new lib versions and BFN + +2007-02-19 Dmitry Stogov + + * ext/com_dotnet/com_olechar.c + ext/com_dotnet/com_olechar.c: + typo + +2007-02-19 Marcus Boerger + + * ext/standard/var.c: + - MFH Fixed bug #40465 (Ensure that all PHP elements are printed by + var_dump) + +2007-02-19 Edin Kadribasic + + * (PHP_5_2) + ext/pgsql/config.w32: + Fixed bug #40371 + +2007-02-19 Marcus Boerger + + * ext/standard/info.c: + - WS/CS + + * (PHP_5_2) + ext/spl/spl_iterators.c: + - MFH CachingIterator implements Countable + +2007-02-19 Edin Kadribasic + + * ext/imap/php_imap.c + ext/pgsql/config.w32: + MFB + + * (PHP_5_2) + NEWS + ext/imap/php_imap.c: + Fixed bug #36496 + +2007-02-19 Dmitry Stogov + + * TSRM/tsrm_virtual_cwd.c + TSRM/tsrm_virtual_cwd.c: + On win32 directories in the middle of the patch may be unreadable + + * sapi/cgi/cgi_main.c + sapi/cgi/cgi_main.c: + Initialize "retval" on each request + + * sapi/cgi/fastcgi.c + sapi/cgi/fastcgi.c: + Fixed fcgi_putenv() semantic with NULL value + +2007-02-19 Antony Dovgal + + * ZendEngine2/tests/bug39602.phpt: + fix test + stdout is closed in non-debug mode + 2007-02-18 Ilia Alshanetsky * (PHP_5_2) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 5bc1ec87e02..605fe98c35f 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,18 @@ +2007-02-19 Antony Dovgal + + * (PHP_5_2) + zend_alloc.c: + MFH: fix heap protection on SPARC, required by GCC4 + patch by Dmitry + + * zend_alloc.c: + fix heap protection on SPARC, required by GCC4 + patch by Dmitry + + * tests/bug39602.phpt: + fix test + stdout is closed in non-debug mode + 2007-02-16 Antony Dovgal * (PHP_5_2)