changelog Tue Dec 4 20:10:24 2001 EDT
Modified files:
/php4 ChangeLog
Log:
ChangeLog update
Index: php4/ChangeLog
diff -u php4/ChangeLog:1.879 php4/ChangeLog:1.880
--- php4/ChangeLog:1.879 Mon Dec 3 20:10:53 2001
+++ php4/ChangeLog Tue Dec 4 20:10:23 2001
@@ -1,3 +1,51 @@
+2001-12-04 Frank M. Kromann <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * ext/standard/file.c:
+ Make the length parameter to fgets optional (defaults to 1024)
+
+2001-12-04 Frank M. Kromann <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * 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 <[EMAIL PROTECTED]>
+
+ * ext/pdf/Makefile.in: typo fix
+
2001-12-03 Jani Taskinen <[EMAIL PROTECTED]>
* ext/pdf/config.m4: