summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2009-12-04 14:18:11 +0000
committerIlia Alshanetsky <iliaa@php.net>2009-12-04 14:18:11 +0000
commitcfa096dd4d888b80390ddacea5105d7d13077752 (patch)
treef9b75213eb8e9eb1c8847a4fbaf3c1b72a45fd6c
parent69097f305c279ebb892612688648ff85fd4d82f2 (diff)
downloadphp-git-cfa096dd4d888b80390ddacea5105d7d13077752.tar.gz
BFN
-rw-r--r--NEWS4
1 files changed, 3 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 6a326e8905..612b4cc3b3 100644
--- a/NEWS
+++ b/NEWS
@@ -3,7 +3,9 @@ PHP NEWS
?? Dec 2009, PHP 5.2.12RC4
- Added LIBXML_PARSEHUGE constant to overrides the maximum text size of a
single text node when using libxml2.7.3+. (Kalle)
-
+
+- Protect http_session_vars from interrupt corruption and improve save_path
+ check. (Stas)
- Improved fix for bug #50006 (Segfault caused by uksort()). (Stas)
- Fixed bug #50345 (nanosleep not detected properly on some solaris versions).