From 09f96051dd6d0e210f8827e0a7920ef24b09045a Mon Sep 17 00:00:00 2001 From: Date: Sat, 24 Nov 2001 01:10:23 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/ChangeLog b/ChangeLog index 285c10549e1..935fd56bc23 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,21 @@ +2001-11-23 Thomas V.V.Cox + + * pear/DB/common.php: + Added a new method executeQuery() that prepares and execute a statement + (don't you do that too many times?) + + * pear/DB/IDEAS: more IDEAS-TODO + +2001-11-23 Derick Rethans + + * ext/mysql/php_mysql.c: + - Reverse slight mistake (patch by Markus Fischer) + +2001-11-23 Rui Hirokawa + + * ext/zlib/zlib.c: + restriction is relaxed because output handler couldn't be used even if zlib.output_compression is set to off. + 2001-11-22 Derick Rethans * ext/mcal/php_mcal.c: - Beautifying