summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlia Alshanetsky <iliaa@php.net>2009-12-03 00:11:58 +0000
committerIlia Alshanetsky <iliaa@php.net>2009-12-03 00:11:58 +0000
commit6f3532a266ff8836f7e3d9fbfca48782d1f9fae9 (patch)
tree99a3c36a326d6d0a8b6486022db21112138c16fe
parentea03ad31b72fed5e417b83c0f1c6c831a29d4ba2 (diff)
downloadphp-git-6f3532a266ff8836f7e3d9fbfca48782d1f9fae9.tar.gz
BFN
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 6747904eee..4571009216 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,8 @@ PHP NEWS
- Changed "post_max_size" php.ini directive to allow unlimited post size by
setting it to 0. (Rasmus)
+- Improved fix for bug #50006 (Segfault caused by uksort()). (Stas)
+
- Added LIBXML_PARSEHUGE constant to override the maximum text size of a
single text node when using libxml2.7.3+. (Kalle)
- Added ReflectionMethod::setAccessible() for invoking non-public methods