From cf0ffa8e4c0bb92bfae60963a6e4c0dea00bd003 Mon Sep 17 00:00:00 2001 From: Nikita Popov Date: Wed, 1 Apr 2015 12:31:21 +0200 Subject: Remove datefmt_set_timezone_id and OO variant --- ext/intl/php_intl.c | 1 - 1 file changed, 1 deletion(-) (limited to 'ext/intl/php_intl.c') 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 ) -- cgit v1.2.1