From 33c8f69538c8e257e4107894ad00e3744a8808d0 Mon Sep 17 00:00:00 2001 From: Date: Thu, 3 Jan 2008 01:31:31 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) diff --git a/ChangeLog b/ChangeLog index 0fa2f73a58..bdf12f150d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,57 @@ +2008-01-02 Andrey Hristov + + * ext/mysqlnd/mysqlnd.c + ext/mysqlnd/mysqlnd.h + ext/mysqlnd/mysqlnd_libmysql_compat.h + ext/mysqlnd/mysqlnd_portability.h + ext/mysqlnd/mysqlnd_priv.h + ext/mysqlnd/mysqlnd_ps.c + ext/mysqlnd/mysqlnd_ps_codec.c + ext/mysqlnd/mysqlnd_result.c + ext/mysqlnd/mysqlnd_statistics.h + ext/mysqlnd/mysqlnd_structs.h + ext/mysqlnd/mysqlnd_wireprotocol.c + ext/mysqlnd/mysqlnd_wireprotocol.h: + - Fix problems with double definitions + - Clean up a bit a type mess - 4 types less. No need to have aliases + for the same thing (unification is the name). + - New macro for Johannes mysqlnd_stmt_ro_result_metadata + ---------------------------------------------------------------------- + + * (PHP_5_3) + ext/mysqlnd/mysqlnd.c + ext/mysqlnd/mysqlnd.h + ext/mysqlnd/mysqlnd_libmysql_compat.h + ext/mysqlnd/mysqlnd_portability.h + ext/mysqlnd/mysqlnd_priv.h + ext/mysqlnd/mysqlnd_ps.c + ext/mysqlnd/mysqlnd_ps_codec.c + ext/mysqlnd/mysqlnd_result.c + ext/mysqlnd/mysqlnd_statistics.h + ext/mysqlnd/mysqlnd_structs.h + ext/mysqlnd/mysqlnd_wireprotocol.c + ext/mysqlnd/mysqlnd_wireprotocol.h: + - Fix problems with double definitions + - Clean up a bit a type mess - 4 types less. No need to have aliases + for the same thing (unification is the name). + - New macro for Johannes mysqlnd_stmt_ro_result_metadata + +2008-01-02 Ilia Alshanetsky + + * (PHP_5_2) + NEWS + ext/spl/examples/findfile.inc: + MFB: Fixed bug #43647 (Make FindFile use PATH_SEPARATOR instead of ";") + + * ext/spl/examples/findfile.inc: + + MFB: Fixed bug #43647 (Make FindFile use PATH_SEPARATOR instead of ";") + + * (PHP_5_3) + ext/spl/examples/findfile.inc: + + Fixed bug #43647 (Make FindFile use PATH_SEPARATOR instead of ";") + 2008-01-01 Ilia Alshanetsky * sapi/cli/php.1.in -- 2.50.1