summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author <changelog@php.net>2000-04-19 01:09:09 +0000
committer <changelog@php.net>2000-04-19 01:09:09 +0000
commit61792f9cc5e457c3b82566b87e583284da995911 (patch)
tree696c3e44378bc42cca63754cb8c7614907fa3250
parent2ad8fc628167dbc3e67fa12c3e55f530e951f049 (diff)
downloadphp-git-61792f9cc5e457c3b82566b87e583284da995911.tar.gz
ChangeLog update
-rw-r--r--ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index baf535adf7..7a1266caef 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+2000-04-18 Evan Klinger <evan715@home.com>
+
+ * ext/standard/basic_functions.c:
+ - Fixed long2ip() to return the correct IP address.
+
+2000-04-18 Zeev Suraski <zeev@php.net>
+
+ * NEWS
+ ext/imap/php_imap.c: - Fix many memory leaks in the IMAP module
+ - Begin migrating to the high performance API
+
+2000-04-18 Egon Schmid <eschmid@s.netic.de>
+
+ * ext/standard/output.c: Corrected some protos.
+
+2000-04-18 Zeev Suraski <zeev@php.net>
+
+ * ext/imap/php_imap.c: indent/beautify
+
+ * ext/standard/output.c: Document the ob_*() functions
+
+2000-04-18 Jouni Ahto <jah@mork.net>
+
+ * MAINTAINERS
+ MODULES_STATUS
+ ext/interbase/interbase.c
+ ext/interbase/php_interbase.h:
+
2000-04-17 Frank M. Kromann <fmk@swwwing.com>
* ext/mssql/php_mssql.c: minor optimization