Browse Source

Move NEWS entries to correct version

Accidentially inserted NEWS entries in previous release.
PHP-5.5.4
Nikita Popov 13 years ago
parent
commit
506a61549f
  1. 22
      NEWS

22
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

Loading…
Cancel
Save