]> granicus.if.org Git - php/commitdiff
- Update Win32/mail changes, mention bundled gd library.
authorMarkus Fischer <mfischer@php.net>
Fri, 14 Jun 2002 23:21:46 +0000 (23:21 +0000)
committerMarkus Fischer <mfischer@php.net>
Fri, 14 Jun 2002 23:21:46 +0000 (23:21 +0000)
NEWS

diff --git a/NEWS b/NEWS
index a0c17ae9aa6e53a5723644a36750254cb602668c..0cfe7488e3d46c6b4c973a1f79ed2a0b7f51229f 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
 PHP 4                                                                      NEWS
 |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
 ?? ??? 2002, Version 4.3.0
+- Bundle gd library 2.0.1 with php (ext/gd/libgd) (Rasmus), tweak config.m4 to
+  work with it (Jani), smallers tweaks for Win32 (Markus, Edin)
 - Fixed bug with Apache which let PHP_AUTH_* variables to be set when
   external basic auth mechanism was used. (Jani)
 - Fixed bzopen() crash in thread-safe mode. (Andrei)
@@ -43,7 +45,9 @@ PHP 4                                                                      NEWS
 - Added experimental support for Simplified Chinese, Traditional Chinese and
   Korean encodings into mbstring. (Rui)
 - Misc. Win32 mail() enhancements: support 'From:' header (msisolak@yahoo.com),
-  Bcc headers and be case-insensitive, enhanced error reporting. (Markus)
+  support Bcc header, case-insensitive headers, enhanced error reporting,
+  automatic proper line ending conversion, fix crash with Cc, fix buffer
+  overflows with $header. (Markus)
 - Improved IMAP extension performance. (adam.kauffman@mindspring.com,
   rjs3@andrew.cmu.edu, Jon)
 - Added optional 5th parameter to domxml_xslt_process(). When set, profiling