From 775502f7e9e2bf2058ceebd77d0869a68ba15312 Mon Sep 17 00:00:00 2001 From: Stanislav Malyshev Date: Wed, 23 Jul 2008 01:15:33 +0000 Subject: add acceptFromHttp --- ext/intl/php_intl.c | 1 + 1 file changed, 1 insertion(+) (limited to 'ext/intl/php_intl.c') diff --git a/ext/intl/php_intl.c b/ext/intl/php_intl.c index 645d0361d4..696000a540 100755 --- a/ext/intl/php_intl.c +++ b/ext/intl/php_intl.c @@ -278,6 +278,7 @@ zend_function_entry intl_functions[] = { PHP_FE( locale_filter_matches, locale_3_args ) PHP_FE( locale_canonicalize, locale_1_arg ) PHP_FE( locale_lookup, locale_4_args ) + PHP_FE( locale_accept_from_http, locale_1_arg ) // MessageFormatter functions PHP_FE( msgfmt_create, NULL ) -- cgit v1.2.1