diff options
author | Stanislav Malyshev <stas@php.net> | 2008-07-23 01:15:33 +0000 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2008-07-23 01:15:33 +0000 |
commit | 775502f7e9e2bf2058ceebd77d0869a68ba15312 (patch) | |
tree | aaf100e4178fa321b0d8d0b52e15991e6200c20d /ext/intl/php_intl.c | |
parent | 432b57b2ae87d2d724a02301550d46527a7b99ad (diff) | |
download | php-git-775502f7e9e2bf2058ceebd77d0869a68ba15312.tar.gz |
add acceptFromHttp
Diffstat (limited to 'ext/intl/php_intl.c')
-rwxr-xr-x | ext/intl/php_intl.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 ) |