summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Bergmann <sebastian@php.net>2002-02-27 09:30:40 +0000
committerSebastian Bergmann <sebastian@php.net>2002-02-27 09:30:40 +0000
commit51a84497822fb88a2b8b537a7a353e35894a8afe (patch)
treefaceddc01b158efc7f6a013a69331a2e05ffcd90
parente3b86cb645ac5c82304b77951ce7dd375c1656d0 (diff)
downloadphp-git-51a84497822fb88a2b8b537a7a353e35894a8afe.tar.gz
Add 4.1.2 NEWS entries to HEAD.
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 76c5ecf4c9..84a2ab9c8a 100644
--- a/NEWS
+++ b/NEWS
@@ -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)