Commit: 600173e61f21f124cdd9e03a92c96719cde72869 Author: Christoph M. Becker <cmbecke...@gmx.de> Thu, 29 Sep 2016 15:09:54 +0200 Parents: 90ac634b20fbd46608ed105d826a19a2666c5a99 Branches: master
Link: http://git.php.net/?p=web/php.git;a=commitdiff;h=600173e61f21f124cdd9e03a92c96719cde72869 Log: Fix #66904: DateTime changes not mentioned in 5.5.10 changelog Bugs: https://bugs.php.net/66904 Changed paths: M ChangeLog-5.php Diff: diff --git a/ChangeLog-5.php b/ChangeLog-5.php index 84e8a91..285c5f4 100644 --- a/ChangeLog-5.php +++ b/ChangeLog-5.php @@ -4294,6 +4294,8 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <ul> <li><?php bugfix(45528); ?> (Allow the DateTimeZone constructor to accept timezones per offset too).</li> + <li><?php bugfix(44780); ?> (some time zone offsets not recognized by timezone_name_from_abbr)</li> + <li><?php bugfix(45543); ?> (DateTime::setTimezone can not set timezones without ID)</li> </ul></li> <li>Fileinfo: <ul> @@ -4331,7 +4333,12 @@ site_header("PHP 5 ChangeLog", array("current" => "docs", "css" => array("change <section class="version" id="5.4.26"><!-- {{{ 5.4.26 --> <h3>Version 5.4.26</h3> <?php release_date('06-Mar-2014'); ?> -<ul><li>JSON: +<ul><li>Date: +<ul> + <li><?php bugfix(44780); ?> (some time zone offsets not recognized by timezone_name_from_abbr)</li> + <li><?php bugfix(45543); ?> (DateTime::setTimezone can not set timezones without ID)</li> +</ul></li> +<li>JSON: <ul> <li><?php bugfix(65753); ?> (JsonSerializeable couldn't implement on module extension)</li> </ul></li> -- PHP Webmaster List Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php