summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMarkus Fischer <mfischer@php.net>2002-06-14 23:21:46 +0000
committerMarkus Fischer <mfischer@php.net>2002-06-14 23:21:46 +0000
commit866329e61a8cf2c9db330661e9cb4b525c2cadb0 (patch)
tree59251ee9af924d769f57d550b88a60bd1ea05abd /NEWS
parent9baec5623d7443f2f1930d2a4b018792ef8a6778 (diff)
downloadphp-git-866329e61a8cf2c9db330661e9cb4b525c2cadb0.tar.gz
- Update Win32/mail changes, mention bundled gd library.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a0c17ae9aa..0cfe7488e3 100644
--- 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