From 81ef9ee5ee74e2b092467fc82325de1b60f0c111 Mon Sep 17 00:00:00 2001 From: Date: Fri, 18 Feb 2005 01:36:34 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 129 +++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 30 ++++++++++++ 2 files changed, 159 insertions(+) diff --git a/ChangeLog b/ChangeLog index ceab0f3bc8..354407bbc8 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,132 @@ +2005-02-17 Andi Gutmans + + * (PHP_5_0) + NEWS: + - Commit fix: + - Fixed bug #31960 (msql_fetch_row() and msql_fetch_array() dropping + columns + with NULL values). (Daniel Convissor) + + * (PHP_4_3) + NEWS: + - Commit NEWS Entry for: + - Fixed bug #31960 (msql_fetch_row() and msql_fetch_array() dropping + columns + with NULL values). (Daniel Convissor) + +2005-02-17 Marcus Boerger + + * ZendEngine2/zend_API.c: + - A little optimization to prevent problems when trying to reimplement an + interface inherited from an interfaces that was just implemented...... + + * ZendEngine2/zend_API.c: + - No C++ ruleZ here + + * ZendEngine2/zend_API.c: + - Actually we must do this in two steps: 1st resize the table and set all + interfaces, 2nd implement the interfaces + + * ZendEngine2/zend_API.c: + - Incrementation is done elsewhere + + * ZendEngine2/zend_API.c: + - Fix windows build (funny MS compiler) + +2005-02-17 Andi Gutmans + + * ext/msql/php_msql.c: + - Fix Bug #31960: msql_fetch_row() and msql_fetch_array() dropping columns + with NULL values + +2005-02-17 Ilia Alshanetsky + + * (PHP_4_3) + NEWS + NEWS + ext/ftp/ftp.c + ext/ftp/ftp.c: + MFH: Fixed bug #27633 (Double \r problem on ftp_get in ASCII mode on + Win32). + + * ext/ftp/ftp.c: + Fixed bug #27633 (Double \r\r problem on ftp_get in ASCII mode on Win32). + +2005-02-17 Joe Orton + + * ext/xml/compat.c: + Declare error_mapping array as static and more const. + +2005-02-17 Anantha Kesari H Y + + * ext/standard/filestat.c: + NetWare LibC has pwd.h + + * ext/standard/file.c: + NetWare libc has pwd.h + +2005-02-17 Jani Taskinen + + * (PHP_4_3) + ext/openssl/openssl.c: + ws/cs + +2005-02-17 Wez Furlong + + * ext/standard/credits.c: + George too + + * ext/standard/credits.c + ext/standard/credits_ext.h: + ran ./scripts/dev/credits to update credits to reflect recent removals and + additions. + +2005-02-17 Ilia Alshanetsky + + * (PHP_4_3) + NEWS + main/main.c: + MFH: MFH: Fixed bug #31440 ($GLOBALS can be overwritten via GPC when + register_globals is enabled). + + * (PHP_5_0) + NEWS + main/php_variables.c: + MFH: Fixed bug #31440 ($GLOBALS can be overwritten via GPC when + register_globals is enabled). + +2005-02-17 Jani Taskinen + + * (PHP_4_3) + NEWS + NEWS + Zend/Zend.m4 + Zend/zend_strtod.c + ZendEngine2/Zend.m4 + ZendEngine2/zend_strtod.c: + MFH: - Compile fix for systems without int32_t typedef + + * ZendEngine2/Zend.m4 + ZendEngine2/zend_strtod.c: + - Compile fix for systems without int32_t typedef + +2005-02-17 Ilia Alshanetsky + + * main/php_variables.c: + Fixed bug #31440 ($GLOBALS can be overwritten via GPC when register_globals + is enabled). + +2005-02-17 Jani Taskinen + + * (PHP_4_3) + ext/pspell/config.m4 + ext/pspell/config.m4: + MFH:- Fixed bug #29554 (compile failure when using + --with-pspell=/usr/local) + + * ext/pspell/config.m4: + - Fixed bug #29554 (compile failure when using --with-pspell=/usr/local) + 2005-02-16 Jani Taskinen * ext/exif/exif.c: diff --git a/Zend/ChangeLog b/Zend/ChangeLog index ec05d2a4cd..8b4bebd7b1 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,33 @@ +2005-02-17 Marcus Boerger + + * zend_API.c: + - A little optimization to prevent problems when trying to reimplement an + interface inherited from an interfaces that was just implemented...... + + * zend_API.c: + - No C++ ruleZ here + + * zend_API.c: + - Actually we must do this in two steps: 1st resize the table and set all + interfaces, 2nd implement the interfaces + + * zend_API.c: + - Incrementation is done elsewhere + + * zend_API.c: + - Fix windows build (funny MS compiler) + +2005-02-17 Jani Taskinen + + * (PHP_5_0) + Zend.m4 + zend_strtod.c: + MFH: - Compile fix for systems without int32_t typedef + + * Zend.m4 + zend_strtod.c: + - Compile fix for systems without int32_t typedef + 2005-02-13 Marcus Boerger * zend_execute_API.c -- 2.50.1