summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2004-12-30 01:34:40 +0000
committer <changelog@php.net>2004-12-30 01:34:40 +0000
commit00a1b5d546a49dd81b694da263f311e2cc306c91 (patch)
tree3f6eaca14e46ecf8bdf22673b96a59657928040c
parent585833ab7eb8e806e2aef27fa7d60ad7058a8b14 (diff)
downloadphp-git-00a1b5d546a49dd81b694da263f311e2cc306c91.tar.gz
ChangeLog update
-rw-r--r--ChangeLog45
1 files changed, 45 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9741f2ab88..e285477dd1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,48 @@
+2004-12-29 Ilia Alshanetsky <ilia@prohost.org>
+
+ * 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 <frank@kromann.info>
+
+ * ext/fbsql/php_fbsql.c:
+ Fix typo
+
+2004-12-29 Georg Richter <georg@mysql.com>
+
+ * (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 <php@derickrethans.nl>
* scripts/Makefile.frag: