summaryrefslogtreecommitdiff
path: root/ext/intl/locale/locale_class.c
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2008-07-23 01:15:33 +0000
committerStanislav Malyshev <stas@php.net>2008-07-23 01:15:33 +0000
commit775502f7e9e2bf2058ceebd77d0869a68ba15312 (patch)
treeaaf100e4178fa321b0d8d0b52e15991e6200c20d /ext/intl/locale/locale_class.c
parent432b57b2ae87d2d724a02301550d46527a7b99ad (diff)
downloadphp-git-775502f7e9e2bf2058ceebd77d0869a68ba15312.tar.gz
add acceptFromHttp
Diffstat (limited to 'ext/intl/locale/locale_class.c')
-rwxr-xr-xext/intl/locale/locale_class.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/intl/locale/locale_class.c b/ext/intl/locale/locale_class.c
index 329ce739dc..6b9ba90ff1 100755
--- a/ext/intl/locale/locale_class.c
+++ b/ext/intl/locale/locale_class.c
@@ -89,6 +89,7 @@ function_entry Locale_class_functions[] = {
ZEND_FENTRY( filterMatches, ZEND_FN( locale_filter_matches ), locale_3_args, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC )
ZEND_FENTRY( lookup, ZEND_FN( locale_lookup ), locale_4_args, ZEND_ACC_PUBLIC|ZEND_ACC_STATIC )
ZEND_FENTRY( canonicalize, ZEND_FN( locale_canonicalize ), locale_1_arg , ZEND_ACC_PUBLIC|ZEND_ACC_STATIC )
+ ZEND_FENTRY( acceptFromHttp, ZEND_FN( locale_accept_from_http ), locale_1_arg , ZEND_ACC_PUBLIC|ZEND_ACC_STATIC )
{ NULL, NULL, NULL }
};
/* }}} */