summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNikita Popov <nikic@php.net>2013-09-12 18:23:53 +0200
committerNikita Popov <nikic@php.net>2013-09-12 18:24:58 +0200
commit506a61549fd9b1ab3f3d84c23cdacb3a28c7ecc7 (patch)
treeeebce3063efaaff6ef1d84ba657a850e0e6a4b5a
parentad976d82405ad25fb424328c5b9bdca7b734cca4 (diff)
downloadphp-git-506a61549fd9b1ab3f3d84c23cdacb3a28c7ecc7.tar.gz
Move NEWS entries to correct version
Accidentially inserted NEWS entries in previous release.
-rw-r--r--NEWS22
1 files changed, 12 insertions, 10 deletions
diff --git a/NEWS b/NEWS
index c907c1bc30..5ec672eeda 100644
--- a/NEWS
+++ b/NEWS
@@ -6,6 +6,12 @@ PHP NEWS
. Fixed bug #65633 (built-in server treat some http headers as
case-sensitive). (Adam)
+- Datetime:
+ . Fixed bug #65502 (DateTimeImmutable::createFromFormat returns DateTime).
+ (Boro Sitnikovski)
+ . Fixed bug #65548 (Comparison for DateTimeImmutable doesn't work).
+ (Boro Sitnikovski)
+
- GD
. Ensure that the defined interpolation method is used with the generic
scaling methods. (Pierre)
@@ -13,6 +19,10 @@ PHP NEWS
- OPcache:
. Fixed bug #65510 (5.5.2 crashes in _get_zval_ptr_ptr_var). (Dmitry)
+- SPL:
+ . Fix bug #64782 (SplFileObject constructor make $context optional / give it
+ a default value). (Nikita)
+
?? ??? 2013, PHP 5.5.4
- Core:
@@ -36,10 +46,6 @@ PHP NEWS
. Fixed bug #65458 (curl memory leak). (Adam)
- Datetime:
- . Fixed bug #65502 (DateTimeImmutable::createFromFormat returns DateTime).
- (Boro Sitnikovski)
- . Fixed bug #65548 (Comparison for DateTimeImmutable doesn't work).
- (Boro Sitnikovski)
. Fixed bug #65554 (createFromFormat broken when weekday name is followed
by some delimiters). (Valentin Logvinskiy, Stas).
. Fixed bug #65564 (stack-buffer-overflow in DateTimeZone stuff caught
@@ -59,13 +65,9 @@ PHP NEWS
. Fixed bug #51127/#65359 Request #25630/#43980/#54383 (Added php_serialize
session serialize handler that uses plain serialize()). (Yasuo)
-- SPL:
- . Fix bug #64782 (SplFileObject constructor make $context optional / give it
- a default value). (Nikita)
-
- Standard:
- . Fix issue with return types of password API helper functions. Found via static
- analysis by cjones. (Anthony Ferrara)
+ . Fix issue with return types of password API helper functions. Found via
+ static analysis by cjones. (Anthony Ferrara)
22 Aug 2013, PHP 5.5.3