summaryrefslogtreecommitdiff
path: root/ext/intl/php_intl.c
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 /ext/intl/php_intl.c
parentacfc31c0f803601f49a4d512d73968f50924a68c (diff)
downloadphp-git-cf0ffa8e4c0bb92bfae60963a6e4c0dea00bd003.tar.gz
Remove datefmt_set_timezone_id and OO variant
Diffstat (limited to 'ext/intl/php_intl.c')
-rw-r--r--ext/intl/php_intl.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/intl/php_intl.c b/ext/intl/php_intl.c
index e20816e34e..12bd9fdc74 100644
--- a/ext/intl/php_intl.c
+++ b/ext/intl/php_intl.c
@@ -715,7 +715,6 @@ zend_function_entry intl_functions[] = {
PHP_FE( datefmt_set_calendar, arginfo_datefmt_set_calendar )
PHP_FE( datefmt_get_locale, arginfo_msgfmt_get_locale )
PHP_FE( datefmt_get_timezone_id, arginfo_msgfmt_get_locale )
- PHP_FE( datefmt_set_timezone_id, arginfo_datefmt_set_timezone )
PHP_FE( datefmt_get_timezone, arginfo_msgfmt_get_locale )
PHP_FE( datefmt_set_timezone, arginfo_datefmt_set_timezone )
PHP_FE( datefmt_get_pattern, arginfo_msgfmt_get_locale )