Skip to content

Commit 572d0e3

Browse files
author
Jani Taskinen
committed
- Fix order
1 parent aead25f commit 572d0e3

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

NEWS

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,6 @@
11
PHP NEWS
22
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
33
?? ??? 20??, PHP 5.3.2
4-
- Fixed incorrect decoding of 5-byte BIT sequences in mysqlnd. (Andrey)
5-
- Added LIBXML_PARSEHUGE constant to overrides the maximum text size of a
6-
single text node when using libxml2.7.3+. (Kalle)
7-
84
- Upgraded bundled sqlite to version 3.6.20. (Ilia)
95
- Upgraded bundled PCRE to version 8.00. (Scott)
106

@@ -13,6 +9,8 @@ PHP NEWS
139
- Changed "post_max_size" php.ini directive to allow unlimited post size by
1410
setting it to 0. (Rasmus)
1511

12+
- Added LIBXML_PARSEHUGE constant to override the maximum text size of a
13+
single text node when using libxml2.7.3+. (Kalle)
1614
- Added ReflectionMethod::setAccessible() for invoking non-public methods
1715
through the Reflection API. (Sebastian)
1816
- Added Collator::getSortKey for intl extension. (Stas)
@@ -21,6 +19,7 @@ PHP NEWS
2119
(Linus Nielsen Feltzing <linus@haxx.se>)
2220
- Added client-side server name indication support in openssl. (Arnaud)
2321

22+
- Fixed incorrect decoding of 5-byte BIT sequences in mysqlnd. (Andrey)
2423
- Fixed error_log() to be binary safe when using message_type 3. (Jani)
2524
- Fixed unnecessary invocation of setitimer when timeouts have been disabled.
2625
(Arvind Srinivasan)

0 commit comments

Comments
 (0)