diff options
author | Nikita Popov <nikic@php.net> | 2015-04-01 12:31:21 +0200 |
---|---|---|
committer | Nikita Popov <nikic@php.net> | 2015-04-01 12:34:28 +0200 |
commit | cf0ffa8e4c0bb92bfae60963a6e4c0dea00bd003 (patch) | |
tree | 5af5359afdfd36b395d72097a0f673ce07439529 /UPGRADING | |
parent | acfc31c0f803601f49a4d512d73968f50924a68c (diff) | |
download | php-git-cf0ffa8e4c0bb92bfae60963a6e4c0dea00bd003.tar.gz |
Remove datefmt_set_timezone_id and OO variant
Diffstat (limited to 'UPGRADING')
-rw-r--r-- | UPGRADING | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -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(). |