diff options
author | Stanislav Malyshev <stas@php.net> | 2015-03-22 20:57:46 -0700 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2015-03-22 21:03:46 -0700 |
commit | aa22e80b1af500e5d6cdc0f7783537a768d0e373 (patch) | |
tree | 35fc7323b84db4c55485065806bbde8984688461 /UPGRADING | |
parent | 3e7f47cb039fd8803776eaf2899d576c503cdb63 (diff) | |
parent | c2e22556ba070fc032572384e152d9eda631c34e (diff) | |
download | php-git-aa22e80b1af500e5d6cdc0f7783537a768d0e373.tar.gz |
Merge branch 'PHP-5.5' into PHP-5.6
* PHP-5.5:
Adding a new `createFromImmutable` method to the `DateTime` class to mirror the current `DateTime::createFromMutable()`
Diffstat (limited to 'UPGRADING')
-rw-r--r-- | UPGRADING | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -271,6 +271,7 @@ PHP 5.6 UPGRADE NOTES - Datetime: Added DatePeriod::getStartDate(), DatePeriod::getEndDate(), DatePeriod::getDateInterval() in 5.6.5. + Added DateTime::createFromImmutable() in 5.6.8. - GMP: Added gmp_root($a, $nth) and gmp_rootrem($a, $nth) for calculating nth roots. |