From 00a1b5d546a49dd81b694da263f311e2cc306c91 Mon Sep 17 00:00:00 2001 From: Date: Thu, 30 Dec 2004 01:34:40 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9741f2ab880..e285477dd17 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,48 @@ +2004-12-29 Ilia Alshanetsky + + * ext/imap/php_imap.c + ext/imap/php_imap.c: + Fixed typo. + + * ext/gd/gd.c: + Fixed compiler warnings. + + * ext/imap/php_imap.c: + Fixed memory leaks. + + * ext/imap/php_imap.c: + MFB: don't perform pointless operations. + + * (PHP_4_3) + ext/imap/php_imap.c: + Don't perform pointless operations (MFH5). + + * (PHP_5_0) + ext/imap/php_imap.c: + MFH: Fixed bug #31142 (imap_mail_compose() fails to generate correct + output). + + * ext/gd/gd.c: + Don't forget to unload t1lib. + +2004-12-29 Frank M. Kromann + + * ext/fbsql/php_fbsql.c: + Fix typo + +2004-12-29 Georg Richter + + * (PHP_5_0) + ext/mysqli/mysqli_prop.c: + MFH: Added property 'id' to retrieve statement id (required by PEAR DB, to + support + mysqli prepared statements) + + * ext/mysqli/mysqli_prop.c: + added property 'id' to retrieve statement id (required by PEAR DB, to + support + mysqli prepared statements) + 2004-12-28 Derick Rethans * scripts/Makefile.frag: