diff options
| author | Jani Taskinen <jani@php.net> | 2009-12-03 08:21:28 +0000 |
|---|---|---|
| committer | Jani Taskinen <jani@php.net> | 2009-12-03 08:21:28 +0000 |
| commit | 28d53f87529cfec93263ba727c12bb9572b1beac (patch) | |
| tree | 1862ba9223273abe407f7ce5dd62dc98a6d3f6a4 | |
| parent | 6f3532a266ff8836f7e3d9fbfca48782d1f9fae9 (diff) | |
| download | php-git-28d53f87529cfec93263ba727c12bb9572b1beac.tar.gz | |
the order
| -rw-r--r-- | NEWS | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -9,8 +9,6 @@ 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 @@ -21,6 +19,8 @@ PHP NEWS (Linus Nielsen Feltzing <linus@haxx.se>) - Added client-side server name indication support in openssl. (Arnaud) +- Improved fix for bug #50006 (Segfault caused by uksort()). (Stas) + - Fixed incorrect decoding of 5-byte BIT sequences in mysqlnd. (Andrey) - Fixed error_log() to be binary safe when using message_type 3. (Jani) - Fixed unnecessary invocation of setitimer when timeouts have been disabled. |
