From 10d903343f3e62236ce7181521c56f3bfae49253 Mon Sep 17 00:00:00 2001 From: Date: Fri, 16 Jul 2004 00:33:02 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 62 ++++++++++++++++++++++++++++++++++++++++++++++++++ Zend/ChangeLog | 16 +++++++++++++ 2 files changed, 78 insertions(+) diff --git a/ChangeLog b/ChangeLog index 26e0ab53b6..59e0d5f022 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,65 @@ +2004-07-15 Andi Gutmans + + * ZendEngine2/zend_alloc.c + ZendEngine2/zend_alloc.h: + - Improve performance of zend_alloc by stopping the size from being a bit + - field. + +2004-07-15 Zeev Suraski + + * ext/sqlite/libsqlite/src/sqlite.w32.h: + Fix sqlite build + +2004-07-15 Marcus Boerger + + * main/main.c: + - Use ErrorException instead of Exception + + * ZendEngine2/zend_exceptions.c + ZendEngine2/zend_exceptions.h: + - Add new class ErrorException to encapsulate errors in exceptions + + * TSRM/TSRM.c: + Apply the fix + + * ZendEngine2/zend_dynamic_array.h: + - Fix prototype + + * php.ini-dist + php.ini-recommended: + Synch comments + +2004-07-15 Dan Kalowsky + + * ext/odbc/php_odbc.c: + Bug 29058 (patch submitted by bug reporter) + +2004-07-15 Magnus Määttä + + * tests/classes/bug26737.phpt: + Test for bug 26737: + Protected and private variables are not saved on serialization + when a user defined __sleep is used. + +2004-07-15 Antony Dovgal + + * ext/oci8/oci8.c: + fix #29012 (Potential race during first connection) thanks to cjbj at + hotmail dot com + +2004-07-15 Ilia Alshanetsky + + * (PHP_4_3) + NEWS + ext/standard/strnatcmp.c + ext/standard/tests/strings/bug29075.phpt: + MFH: Fixed Bug #29075 (strnatcmp() incorrectly handles whitespace). + + * ext/standard/strnatcmp.c + ext/standard/tests/strings/bug29075.phpt: + Fixed Bug #29075 (strnatcmp() incorrectly handles whitespace). + + 2004-07-14 Edin Kadribasic * (PHP_4_3) diff --git a/Zend/ChangeLog b/Zend/ChangeLog index aad5fccf8e..b751e2d59f 100644 --- a/Zend/ChangeLog +++ b/Zend/ChangeLog @@ -1,3 +1,19 @@ +2004-07-15 Andi Gutmans + + * zend_alloc.c + zend_alloc.h: + - Improve performance of zend_alloc by stopping the size from being a bit + - field. + +2004-07-15 Marcus Boerger + + * zend_exceptions.c + zend_exceptions.h: + - Add new class ErrorException to encapsulate errors in exceptions + + * zend_dynamic_array.h: + - Fix prototype + 2004-07-14 Stanislav Malyshev * zend_object_handlers.c: -- 2.50.1