summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2015-04-01 12:48:08 -0700
committerStanislav Malyshev <stas@php.net>2015-04-01 12:49:25 -0700
commit2d9399af3514189375f34610acc33a34de44d772 (patch)
treeda7519332b5e8060d6ae7c16ce09ef1cc88b4e55 /UPGRADING
parent978128b446f5f45816495fac4c5361a28621cd25 (diff)
downloadphp-git-2d9399af3514189375f34610acc33a34de44d772.tar.gz
Revert "Merge branch 'PHP-5.5' into PHP-5.6"
This reverts commit aa22e80b1af500e5d6cdc0f7783537a768d0e373, reversing changes made to 3e7f47cb039fd8803776eaf2899d576c503cdb63. Conflicts: ext/date/php_date.c
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING1
1 files changed, 0 insertions, 1 deletions
diff --git a/UPGRADING b/UPGRADING
index 45c96b8e56..52f139de28 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -271,7 +271,6 @@ 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.