Skip to content

Commit 1a0b0ea

Browse files
committed
Fix NEWS
1 parent b4aea52 commit 1a0b0ea

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

NEWS

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ PHP NEWS
1313
. Fixed bug #61072 (Memory leak when restoring an exception handler).
1414
(Nikic, Laruence)
1515
. Fixed bug #61058 (array_fill leaks if start index is PHP_INT_MAX).
16-
(Laruence)
16+
(Laruence)
1717
. Fixed bug #61043 (Regression in magic_quotes_gpc fix for CVE-2012-0831).
1818
(Ondřej Surý)
1919
. Fixed bug #61000 (Exceeding max nesting level doesn't delete numerical
20-
vars). (Laruence)
21-
. Fix bug #60895 (Possible invalid handler usage in windows random
20+
vars). (Laruence)
21+
. Fixed bug #60895 (Possible invalid handler usage in windows random
2222
functions). (Pierre)
2323
. Fixed bug #60825 (Segfault when running symfony 2 tests).
2424
(Dmitry, Laruence)
@@ -134,7 +134,8 @@ PHP NEWS
134134
. Fixed bug #54682 (tidy null pointer dereference). (Tony, David Soria Parra)
135135

136136
- XMLRPC:
137-
. Fixed bug #61264 (xmlrpc_parse_method_descriptions leaks temporary variable). (Nikita Popov)
137+
. Fixed bug #61264 (xmlrpc_parse_method_descriptions leaks temporary
138+
variable). (Nikita Popov)
138139
. Fixed bug #61097 (Memory leak in xmlrpc functions copying zvals). (Nikic)
139140

140141
- Zlib:

0 commit comments

Comments
 (0)