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