File tree 1 file changed +9
-5
lines changed
1 file changed +9
-5
lines changed Original file line number Diff line number Diff line change @@ -7,9 +7,18 @@ PHP NEWS
7
7
protected property). (Stas)
8
8
. Fixed bug #63943 (Bad warning text from strpos() on empty needle).
9
9
(Laruence)
10
+ . Fixed bug #63899 (Use after scope error in zend_compile). (Laruence)
10
11
. 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)
11
14
. Support BITMAPV5HEADER in getimagesize(). (AsamK, Lars)
12
15
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
+
13
22
- Litespeed:
14
23
. Fixed bug #63228 (-Werror=format-security error in lsapi code). (George)
15
24
@@ -27,7 +36,6 @@ PHP NEWS
27
36
?? ??? 2012, PHP 5.4.11
28
37
29
38
- Core:
30
- . Fixed bug #63899 (Use after scope error in zend_compile). (Laruence)
31
39
. Fixed bug #63762 (Sigsegv when Exception::$trace is changed by user).
32
40
(Johannes)
33
41
. Fixed bug #43177 (Errors in eval()'ed code produce status code 500).
@@ -56,10 +64,6 @@ PHP NEWS
56
64
. Fixed bug #55438 (Curlwapper is not sending http header randomly).
57
65
(phpnet@lostreality.org, Pierrick)
58
66
59
- - Date:
60
- . Fixed bug #63699 (Performance improvements for various ext/date functions).
61
- (Lars, original patch by njaguar at gmail dot com)
62
-
63
67
20 Dec 2012, PHP 5.4.10
64
68
65
69
- Core:
You can’t perform that action at this time.
0 commit comments