Skip to content

Commit 374ebc8

Browse files
committed
fix NEWS
1 parent 0510701 commit 374ebc8

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

NEWS

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,18 @@ PHP NEWS
77
protected property). (Stas)
88
. Fixed bug #63943 (Bad warning text from strpos() on empty needle).
99
(Laruence)
10+
. Fixed bug #63899 (Use after scope error in zend_compile). (Laruence)
1011
. Fixed bug #63882 (zend_std_compare_objects crash on recursion). (Dmitry)
12+
. Fixed bug #43225 (fputcsv incorrectly handles cells ending in \ followed
13+
by "). (Adam)
1114
. Support BITMAPV5HEADER in getimagesize(). (AsamK, Lars)
1215

16+
- Date:
17+
. Fixed bug #63699 (Performance improvements for various ext/date functions).
18+
(Lars, original patch by njaguar at gmail dot com)
19+
. Fixed bug #55397: Comparsion of incomplete DateTime causes SIGSEGV.
20+
(Derick)
21+
1322
- Litespeed:
1423
. Fixed bug #63228 (-Werror=format-security error in lsapi code). (George)
1524

@@ -27,7 +36,6 @@ PHP NEWS
2736
?? ??? 2012, PHP 5.4.11
2837

2938
- Core:
30-
. Fixed bug #63899 (Use after scope error in zend_compile). (Laruence)
3139
. Fixed bug #63762 (Sigsegv when Exception::$trace is changed by user).
3240
(Johannes)
3341
. Fixed bug #43177 (Errors in eval()'ed code produce status code 500).
@@ -56,10 +64,6 @@ PHP NEWS
5664
. Fixed bug #55438 (Curlwapper is not sending http header randomly).
5765
(phpnet@lostreality.org, Pierrick)
5866

59-
- Date:
60-
. Fixed bug #63699 (Performance improvements for various ext/date functions).
61-
(Lars, original patch by njaguar at gmail dot com)
62-
6367
20 Dec 2012, PHP 5.4.10
6468

6569
- Core:

0 commit comments

Comments
 (0)