Commit: 506a61549fd9b1ab3f3d84c23cdacb3a28c7ecc7 Author: Nikita Popov <ni...@php.net> Thu, 12 Sep 2013 18:23:53 +0200 Parents: ad976d82405ad25fb424328c5b9bdca7b734cca4 Branches: PHP-5.5 master
Link: http://git.php.net/?p=php-src.git;a=commitdiff;h=506a61549fd9b1ab3f3d84c23cdacb3a28c7ecc7 Log: Move NEWS entries to correct version Accidentially inserted NEWS entries in previous release. Changed paths: M NEWS Diff: diff --git a/NEWS b/NEWS index c907c1b..5ec672e 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 -- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php