Move to refcounted implementation of collators.

This commit is contained in:
Andrei Zmievski 2006-04-20 21:56:43 +00:00
parent 54ff84d3d5
commit 16c55fb25a
8 changed files with 76 additions and 23 deletions

View file

@ -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: