summaryrefslogtreecommitdiff
path: root/UPGRADING
diff options
context:
space:
mode:
authorNikita Popov <nikic@php.net>2015-04-01 12:31:21 +0200
committerNikita Popov <nikic@php.net>2015-04-01 12:34:28 +0200
commitcf0ffa8e4c0bb92bfae60963a6e4c0dea00bd003 (patch)
tree5af5359afdfd36b395d72097a0f673ce07439529 /UPGRADING
parentacfc31c0f803601f49a4d512d73968f50924a68c (diff)
downloadphp-git-cf0ffa8e4c0bb92bfae60963a6e4c0dea00bd003.tar.gz
Remove datefmt_set_timezone_id and OO variant
Diffstat (limited to 'UPGRADING')
-rw-r--r--UPGRADING5
1 files changed, 5 insertions, 0 deletions
diff --git a/UPGRADING b/UPGRADING
index b13bd70932..eca46ca815 100644
--- a/UPGRADING
+++ b/UPGRADING
@@ -432,6 +432,11 @@ Other
. gmp_setbit() and gmp_clrbit() now return FALSE for negative indices, making
them consistent with other GMP functions.
+- Intl:
+ . Removed deprecated aliases datefmt_set_timezone_id() and
+ IntlDateFormatter::setTimeZoneID(). Use datefmt_set_timezone() and
+ IntlDateFormatter::setTimeZone() instead.
+
- Mcrypt
. Removed deprecated mcrypt_generic_end() alias in favor of
mcrypt_generic_deinit().