diff options
author | Sebastian Bergmann <sebastian@php.net> | 2002-02-27 09:30:40 +0000 |
---|---|---|
committer | Sebastian Bergmann <sebastian@php.net> | 2002-02-27 09:30:40 +0000 |
commit | 51a84497822fb88a2b8b537a7a353e35894a8afe (patch) | |
tree | faceddc01b158efc7f6a013a69331a2e05ffcd90 | |
parent | e3b86cb645ac5c82304b77951ce7dd375c1656d0 (diff) | |
download | php-git-51a84497822fb88a2b8b537a7a353e35894a8afe.tar.gz |
Add 4.1.2 NEWS entries to HEAD.
-rw-r--r-- | NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -154,6 +154,16 @@ PHP 4 NEWS (Patch by Alan Knowles <alan_k@hklc.com> and Wez) - Improved support for autoconf-2.50+/libtool 1.4b+. (Jan Kneschke, Sascha) +27 Feb 2002, Version 4.1.2 +- Fixed start up failure when mm save handler is used and there is multiple + SAPIs are working at the same time. (Yasuo) +- Fixed the Roxen SAPI (Yasuo) +- Fixed a buffer overflow in the RFC-1867 file upload code (Stefan) +- Fixed a crash in the session module (Yasuo) +- Fixed a crash in the pspell module (Yasuo) +- Changed the default output encoding of mbstring 'pass' to fix + initialization problem (Rui) + 26 Dec 2001, Version 4.1.1 - Fixed incompatibility with Windows .NET / IIS 6 - may improve stability under other versions of IIS. (Zeev) |