diff options
author | Jani Taskinen <jani@php.net> | 2009-12-07 07:30:41 +0000 |
---|---|---|
committer | Jani Taskinen <jani@php.net> | 2009-12-07 07:30:41 +0000 |
commit | 4963d992133fca443c3cfad759d1ae1ffbcc8d2a (patch) | |
tree | eebaba2e7bbd0778ed9962f5234eba04c8413046 | |
parent | 99ba48dc60baeb3692ec05c0f6947fc7d732fa51 (diff) | |
download | php-git-4963d992133fca443c3cfad759d1ae1ffbcc8d2a.tar.gz |
- Fix NEWS
-rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,6 +9,8 @@ PHP NEWS - Changed "post_max_size" php.ini directive to allow unlimited post size by setting it to 0. (Rasmus) +- Added protection for $_SESSION from interrupt corruption and improved + "session.save_path" check. (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 @@ -19,8 +21,6 @@ PHP NEWS (Linus Nielsen Feltzing <linus@haxx.se>) - Added client-side server name indication support in openssl. (Arnaud) -- Protect http_session_vars from interrupt corruption and improve save_path - check. (Stas) - Improved fix for bug #50006 (Segfault caused by uksort()). (Stas) - Fixed incorrect decoding of 5-byte BIT sequences in mysqlnd. (Andrey) |