File tree 1 file changed +3
-4
lines changed 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
PHP NEWS
2
2
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
3
3
?? ??? 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
-
8
4
- Upgraded bundled sqlite to version 3.6.20. (Ilia)
9
5
- Upgraded bundled PCRE to version 8.00. (Scott)
10
6
@@ -13,6 +9,8 @@ PHP NEWS
13
9
- Changed "post_max_size" php.ini directive to allow unlimited post size by
14
10
setting it to 0. (Rasmus)
15
11
12
+ - Added LIBXML_PARSEHUGE constant to override the maximum text size of a
13
+ single text node when using libxml2.7.3+. (Kalle)
16
14
- Added ReflectionMethod::setAccessible() for invoking non-public methods
17
15
through the Reflection API. (Sebastian)
18
16
- Added Collator::getSortKey for intl extension. (Stas)
@@ -21,6 +19,7 @@ PHP NEWS
21
19
(Linus Nielsen Feltzing <linus@haxx.se>)
22
20
- Added client-side server name indication support in openssl. (Arnaud)
23
21
22
+ - Fixed incorrect decoding of 5-byte BIT sequences in mysqlnd. (Andrey)
24
23
- Fixed error_log() to be binary safe when using message_type 3. (Jani)
25
24
- Fixed unnecessary invocation of setitimer when timeouts have been disabled.
26
25
(Arvind Srinivasan)
You can’t perform that action at this time.
0 commit comments