From 85009fd76f7e2e9406e036fa3701f11bba3ea32d Mon Sep 17 00:00:00 2001 From: Date: Fri, 19 Mar 2004 01:32:25 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 153 +++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 31 ++++++++++ 2 files changed, 184 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0159d56239..0eac7378a2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,156 @@ +2004-03-18 Pierre-Alain Joye + + * ext/gd/tests/bug27582_2.phpt: + - Fix the test description and $Id$ + +2004-03-18 Derick Rethans + + * NEWS: + - Fixed layout + +2004-03-18 Ilia Alshanetsky + + * (PHP_4_3) + configure.in + main/php_version.h: + Back to dev. + +2004-03-18 Dmitry Stogov + + * NEWS + NEWS + NEWS: + -** empty log message *** + +2004-03-18 Ilia Alshanetsky + + * (PHP_4_3) + configure.in + main/php_version.h: + Go for PHP 4.3.5RC4 + + * (PHP_4_3) + NEWS + ext/ftp/ftp.c: + MFH: Fixed bug #27633 (Incorrect EOL translation by ftp_get() in ASCII + mode). + + * ext/ftp/ftp.c: + Fixed bug #27633 (Incorrect EOL translation by ftp_get() in ASCII mode). + +2004-03-18 Dmitry Stogov + + * ext/standard/incomplete_class.c + ext/standard/php_incomplete_class.h + ext/standard/var.c + ext/standard/tests/serialize/bug27469.phpt: + BUG #27469 was fixed (serialize() objects of incomplete class) + +2004-03-18 Andi Gutmans + + * NEWS + configure.in + ZendEngine2/zend.h + main/php_version.h: + - Back to RC2-dev + +2004-03-18 Pierre-Alain Joye + + * tests/classes/__set_data_corrupt.phpt: + - Test for possible data corruption with __set + +2004-03-18 Zeev Suraski + + * (php_5_0_0RC1) + NEWS: + Add missing bug updates + + * NEWS + configure.in + ZendEngine2/zend.h + main/php_version.h: + Prepare to roll RC1 + + * (php_5_0_0RC1) + ZendEngine2/zend_execute.c: + Fix possible data corruption with __set() + +2004-03-18 Uwe Schindler + + * (php_5_0_0RC1) + sapi/nsapi/nsapi-readme.txt + sapi/nsapi/nsapi-readme.txt: + hint to raise stacksize (bug #27231) + +2004-03-18 Stanislav Malyshev + + * ZendEngine2/zend_execute.c: + Improve error message - on E_STRICT, method is actually called, + so the error shouldn't say it cannot be called. + +2004-03-18 Georg Richter + + * (php_5_0_0RC1) + ext/mysqli/mysqli_api.c: + fixed problems in mysql_stmt_init (missing alloc from stmt) + + * (php_5_0_0RC1) + ext/mysqli/mysqli.c: + removed if type=string: val is allocated for any type of data + +2004-03-18 Martin Jansen + + * (php_5_0_0RC1) + pear/PEAR/Command/Mirror.php: + - Converting tabs to spaces + + * pear/PEAR/Command/Mirror.php: + - Typo fixes + +2004-03-18 Ard Biesheuvel + + * (PHP_4_3) + ext/interbase/CREDITS: + Added myself + +2004-03-18 Derick Rethans + + * NEWS: + - Reorganize + +2004-03-18 Dmitry Stogov + + * (php_5_0_0RC1) + ext/standard/string.c: + BUG #27457 was fixed (using temporary hash table with string keys only) + +2004-03-18 Andi Gutmans + + * (php_5_0_0RC1) + ZendEngine2/zend_compile.c: + - Change redefinition of constructor from E_COMPILE_ERROR to E_STRICT. + + * (php_5_0_0RC1) + ZendEngine2/ZEND_CHANGES: + - Update Changes + +2004-03-18 Ilia Alshanetsky + + * (php_5_0_0RC1) + ext/com_dotnet/com_typeinfo.c + ext/com_dotnet/com_wrapper.c: + s/emalloc/safe_emalloc/ where appropriate. + + * (PHP_4_3) + NEWS + ext/pgsql/pgsql.c: + MFH: Fixed bug #27300 (Improved regex for pg_convert()). + + * (php_5_0_0RC1) + ext/pgsql/pgsql.c: + Fixed bug #27300 (Improved regex for pg_convert()). + + 2004-03-17 Sascha Schumann * (PHP_4_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index 707ceba235..eb8dc7b295 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,34 @@ +2004-03-18 Andi Gutmans + + * zend.h: + - Back to RC2-dev + +2004-03-18 Zeev Suraski + + * (php_5_0_0RC1) + zend.h: + Prepare to roll RC1 + + * (php_5_0_0RC1) + zend_execute.c: + Fix possible data corruption with __set() + +2004-03-18 Stanislav Malyshev + + * zend_execute.c: + Improve error message - on E_STRICT, method is actually called, + so the error shouldn't say it cannot be called. + +2004-03-18 Andi Gutmans + + * (php_5_0_0RC1) + zend_compile.c: + - Change redefinition of constructor from E_COMPILE_ERROR to E_STRICT. + + * (php_5_0_0RC1) + ZEND_CHANGES: + - Update Changes + 2004-03-17 Sascha Schumann * zend_multiply.h: -- 2.50.1