@@ -6,13 +6,23 @@ PHP NEWS
6
6
. Fixed bug #65633 (built-in server treat some http headers as
7
7
case-sensitive). (Adam)
8
8
9
+ - Datetime:
10
+ . Fixed bug #65502 (DateTimeImmutable::createFromFormat returns DateTime).
11
+ (Boro Sitnikovski)
12
+ . Fixed bug #65548 (Comparison for DateTimeImmutable doesn't work).
13
+ (Boro Sitnikovski)
14
+
9
15
- GD
10
16
. Ensure that the defined interpolation method is used with the generic
11
17
scaling methods. (Pierre)
12
18
13
19
- OPcache:
14
20
. Fixed bug #65510 (5.5.2 crashes in _get_zval_ptr_ptr_var). (Dmitry)
15
21
22
+ - SPL:
23
+ . Fix bug #64782 (SplFileObject constructor make $context optional / give it
24
+ a default value). (Nikita)
25
+
16
26
?? ??? 2013, PHP 5.5.4
17
27
18
28
- Core:
@@ -36,10 +46,6 @@ PHP NEWS
36
46
. Fixed bug #65458 (curl memory leak). (Adam)
37
47
38
48
- Datetime:
39
- . Fixed bug #65502 (DateTimeImmutable::createFromFormat returns DateTime).
40
- (Boro Sitnikovski)
41
- . Fixed bug #65548 (Comparison for DateTimeImmutable doesn't work).
42
- (Boro Sitnikovski)
43
49
. Fixed bug #65554 (createFromFormat broken when weekday name is followed
44
50
by some delimiters). (Valentin Logvinskiy, Stas).
45
51
. Fixed bug #65564 (stack-buffer-overflow in DateTimeZone stuff caught
@@ -59,13 +65,9 @@ PHP NEWS
59
65
. Fixed bug #51127/#65359 Request #25630/#43980/#54383 (Added php_serialize
60
66
session serialize handler that uses plain serialize()). (Yasuo)
61
67
62
- - SPL:
63
- . Fix bug #64782 (SplFileObject constructor make $context optional / give it
64
- a default value). (Nikita)
65
-
66
68
- Standard:
67
- . Fix issue with return types of password API helper functions. Found via static
68
- analysis by cjones. (Anthony Ferrara)
69
+ . Fix issue with return types of password API helper functions. Found via
70
+ static analysis by cjones. (Anthony Ferrara)
69
71
70
72
22 Aug 2013, PHP 5.5.3
71
73
0 commit comments