diff options
author | Stanislav Malyshev <stas@php.net> | 2009-10-26 22:35:48 +0000 |
---|---|---|
committer | Stanislav Malyshev <stas@php.net> | 2009-10-26 22:35:48 +0000 |
commit | 65c1421f3fcde57d33a4224e5e6c06aa7bf77f87 (patch) | |
tree | d91eb5001ee0ed0a5d068c720a6c9ffc800ca8da /ext/intl/php_intl.c | |
parent | 8b2735632ea432de903a39e15dc17dcce122263f (diff) | |
download | php-git-65c1421f3fcde57d33a4224e5e6c06aa7bf77f87.tar.gz |
add collator_get_sort_key()
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 831ace4d58..f4d1dcc525 100755 --- a/ext/intl/php_intl.c +++ b/ext/intl/php_intl.c @@ -351,6 +351,7 @@ zend_function_entry intl_functions[] = { PHP_FE( collator_get_locale, collator_1_arg ) PHP_FE( collator_get_error_code, collator_0_args ) PHP_FE( collator_get_error_message, collator_0_args ) + PHP_FE( collator_get_sort_key, collator_2_args ) /* formatter functions */ PHP_FE( numfmt_create, arginfo_numfmt_create ) |