From b49f07a92d1b2e5e60368c4073961da07cd443ca Mon Sep 17 00:00:00 2001 From: Date: Wed, 5 Dec 2001 01:10:23 +0000 Subject: [PATCH] ChangeLog update --- ChangeLog | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) diff --git a/ChangeLog b/ChangeLog index 4fb88a2c9af..67487b366a7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,51 @@ +2001-12-04 Frank M. Kromann + + * win32/sendmail.c: + Remove check for "To:" in headers. If "Reply-To:" exists the the To: entry was not created. + This is WIn32 only. + +2001-12-04 Hartmut Holzgraefe + + * ext/session/session.c + ext/yaz/php_yaz.c: proto fix + + * ext/zip/zip.c: proto fixes + + * sapi/apache/php_apache.c: proto fix + + * ext/ctype/ctype.c: proto fixes + +2001-12-04 Sterling Hughes + + * ext/standard/file.c: + Make the length parameter to fgets optional (defaults to 1024) + +2001-12-04 Frank M. Kromann + + * ext/imap/php_imap.c + ext/imap/imap.dsp: Enable imap_mail() on win32 + + * win32/sendmail.c + win32/sendmail.h: modified to enable imap_mail() on win32 + + * win32/imap_sendmail.h + win32/imap_sendmail.c: Adding files to enable imap_mail() on win32 + +2001-12-04 Sebastian Bergmann + + * sapi/servlet/EXPERIMENTAL: + Mark sapi/servlet as what it is: experimental. + + * ext/java/EXPERIMENTAL: Mark ext/java as what it is: experimental. + + * ext/xmlrpc/.cvsignore: Add Win32 specific files to .cvsignore. + + * win32/php_modules.dsw: Add XMLRPC extension. + +2001-12-04 Jani Taskinen + + * ext/pdf/Makefile.in: typo fix + 2001-12-03 Jani Taskinen * ext/pdf/config.m4: