mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
Move to refcounted implementation of collators.
This commit is contained in:
parent
54ff84d3d5
commit
16c55fb25a
8 changed files with 76 additions and 23 deletions
|
@ -18,7 +18,6 @@
|
|||
/* $Id$ */
|
||||
|
||||
#include "php_unicode.h"
|
||||
#if HAVE_UNICODE
|
||||
#include "zend_unicode.h"
|
||||
|
||||
void php_register_unicode_iterators(TSRMLS_D);
|
||||
|
@ -236,6 +235,7 @@ PHP_FUNCTION(unicode_get_subst_char)
|
|||
zend_function_entry unicode_functions[] = {
|
||||
PHP_FE(i18n_loc_get_default, NULL)
|
||||
PHP_FE(i18n_loc_set_default, NULL)
|
||||
PHP_FE(i18n_coll_get_default, NULL)
|
||||
PHP_FE(unicode_decode, NULL)
|
||||
PHP_FE(unicode_semantics, NULL)
|
||||
PHP_FE(unicode_encode, NULL)
|
||||
|
@ -318,8 +318,6 @@ PHP_MINFO_FUNCTION(unicode)
|
|||
/* }}} */
|
||||
|
||||
|
||||
#endif /* HAVE_UNICODE */
|
||||
|
||||
|
||||
/*
|
||||
* Local variables:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue