diff options
author | <changelog@php.net> | 2000-04-19 01:09:09 +0000 |
---|---|---|
committer | <changelog@php.net> | 2000-04-19 01:09:09 +0000 |
commit | 61792f9cc5e457c3b82566b87e583284da995911 (patch) | |
tree | 696c3e44378bc42cca63754cb8c7614907fa3250 | |
parent | 2ad8fc628167dbc3e67fa12c3e55f530e951f049 (diff) | |
download | php-git-61792f9cc5e457c3b82566b87e583284da995911.tar.gz |
ChangeLog update
-rw-r--r-- | ChangeLog | 28 |
1 files changed, 28 insertions, 0 deletions
@@ -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 |