summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2015-03-22 20:57:46 -0700
committerStanislav Malyshev <stas@php.net>2015-03-22 21:03:46 -0700
commitaa22e80b1af500e5d6cdc0f7783537a768d0e373 (patch)
tree35fc7323b84db4c55485065806bbde8984688461 /UPGRADING
parent3e7f47cb039fd8803776eaf2899d576c503cdb63 (diff)
parentc2e22556ba070fc032572384e152d9eda631c34e (diff)
downloadphp-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--UPGRADING1
1 files changed, 1 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index 52f139de28..45c96b8e56 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -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.