Skip to content

Commit 506a615

Browse files
committed
Move NEWS entries to correct version
Accidentially inserted NEWS entries in previous release.
1 parent ad976d8 commit 506a615

File tree

1 file changed

+12
-10
lines changed

1 file changed

+12
-10
lines changed

NEWS

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,23 @@ PHP NEWS
66
. Fixed bug #65633 (built-in server treat some http headers as
77
case-sensitive). (Adam)
88

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+
915
- GD
1016
. Ensure that the defined interpolation method is used with the generic
1117
scaling methods. (Pierre)
1218

1319
- OPcache:
1420
. Fixed bug #65510 (5.5.2 crashes in _get_zval_ptr_ptr_var). (Dmitry)
1521

22+
- SPL:
23+
. Fix bug #64782 (SplFileObject constructor make $context optional / give it
24+
a default value). (Nikita)
25+
1626
?? ??? 2013, PHP 5.5.4
1727

1828
- Core:
@@ -36,10 +46,6 @@ PHP NEWS
3646
. Fixed bug #65458 (curl memory leak). (Adam)
3747

3848
- 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)
4349
. Fixed bug #65554 (createFromFormat broken when weekday name is followed
4450
by some delimiters). (Valentin Logvinskiy, Stas).
4551
. Fixed bug #65564 (stack-buffer-overflow in DateTimeZone stuff caught
@@ -59,13 +65,9 @@ PHP NEWS
5965
. Fixed bug #51127/#65359 Request #25630/#43980/#54383 (Added php_serialize
6066
session serialize handler that uses plain serialize()). (Yasuo)
6167

62-
- SPL:
63-
. Fix bug #64782 (SplFileObject constructor make $context optional / give it
64-
a default value). (Nikita)
65-
6668
- 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)
6971

7072
22 Aug 2013, PHP 5.5.3
7173

0 commit comments

Comments
 (0)