Skip to content

Commit 5f31c81

Browse files
committed
remove duplicates, fix order
1 parent 75d8af7 commit 5f31c81

File tree

1 file changed

+7
-14
lines changed

1 file changed

+7
-14
lines changed

NEWS

Lines changed: 7 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,6 @@ PHP NEWS
99
. Fixed bug #62146 com_dotnet cannot be built shared. (Johannes)
1010

1111
- Core:
12-
. Fixed CVE-2012-2143. (Solar Designer)
1312
. Fixed potential overflow in _php_stream_scandir. (Jason Powell,
1413
Stas)
1514
. Fixed bug #62432 (ReflectionMethod random corrupt memory on high
@@ -37,8 +36,6 @@ PHP NEWS
3736

3837
- Intl:
3938
. Fixed bug #62083 (grapheme_extract() memory leaks). (Gustavo)
40-
. Fixed bug #62082 (memory corruption in internal get_icu_disp_value_src_php
41-
function). (Gustavo)
4239
. Fixed bug #62081 (IntlDateFormatter constructor leaks memory when called
4340
twice). (Gustavo)
4441
. Fixed bug #62070 (Collator::getSortKey() returns garbage). (Gustavo)
@@ -48,10 +45,6 @@ PHP NEWS
4845

4946
- JSON:
5047
. Improved error handling. (Nikita Popov)
51-
52-
- PDO:
53-
. Fixed bug #61755 (A parsing bug in the prepared statements can lead to
54-
access violations). (Johannes)
5548

5649
- Phar:
5750
. Fixed bug #62227 (Invalid phar stream path causes crash). (Felipe)
@@ -87,20 +80,20 @@ PHP NEWS
8780

8881
- Core:
8982
. Fixed CVE-2012-2143. (Solar Designer)
83+
. Fixed missing bound check in iptcparse(). (chris at chiappa.net)
84+
. Fixed bug #62373 (serialize() generates wrong reference to the object).
85+
(Moriyoshi)
9086
. Fixed bug #62005 (unexpected behavior when incrementally assigning to a
9187
member of a null object). (Laruence)
88+
. Fixed bug #61991 (long overflow in realpath_cache_get()). (Anatoliy)
89+
. Fixed bug #61764 ('I' unpacks n as signed if n > 2^31-1 on LP64). (Gustavo)
9290
. Fixed bug #61730 (Segfault from array_walk modifying an array passed by
9391
reference). (Laruence)
94-
. Fixed missing bound check in iptcparse(). (chris at chiappa.net)
95-
. Fixed bug #61764 ('I' unpacks n as signed if n > 2^31-1 on LP64). (Gustavo)
96-
. Fixed bug #54197 ([PATH=] sections incompatibility with user_ini.filename
97-
set to null). (Anatoliy)
9892
. Fixed bug #61713 (Logic error in charset detection for htmlentities).
9993
(Anatoliy)
100-
. Fixed bug #61991 (long overflow in realpath_cache_get()). (Anatoliy)
94+
. Fixed bug #54197 ([PATH=] sections incompatibility with user_ini.filename
95+
set to null). (Anatoliy)
10196
. Changed php://fd to be available only for CLI.
102-
. Fixed bug #62373 (serialize() generates wrong reference to the object).
103-
(Moriyoshi)
10497

10598
- Fileinfo:
10699
. Fixed bug #61812 (Uninitialised value used in libmagic).

0 commit comments

Comments
 (0)