summaryrefslogtreecommitdiff
path: root/ext/intl/php_intl.c
diff options
context:
space:
mode:
authorStanislav Malyshev <stas@php.net>2009-10-26 22:35:48 +0000
committerStanislav Malyshev <stas@php.net>2009-10-26 22:35:48 +0000
commit65c1421f3fcde57d33a4224e5e6c06aa7bf77f87 (patch)
treed91eb5001ee0ed0a5d068c720a6c9ffc800ca8da /ext/intl/php_intl.c
parent8b2735632ea432de903a39e15dc17dcce122263f (diff)
downloadphp-git-65c1421f3fcde57d33a4224e5e6c06aa7bf77f87.tar.gz
add collator_get_sort_key()
Diffstat (limited to 'ext/intl/php_intl.c')
-rwxr-xr-xext/intl/php_intl.c1
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 )