Rename i18_loc_* to locale_*.

This commit is contained in:
Andrei Zmievski 2006-04-21 19:35:26 +00:00
parent 24988a088c
commit 2bbced4bce
3 changed files with 9 additions and 9 deletions

View file

@ -55,8 +55,8 @@ PHP_MINFO_FUNCTION(unicode);
#include "TSRM.h"
#endif
PHP_FUNCTION(i18n_loc_get_default);
PHP_FUNCTION(i18n_loc_set_default);
PHP_FUNCTION(locale_get_default);
PHP_FUNCTION(locale_set_default);
PHP_FUNCTION(collator_get_default);
PHP_FUNCTION(collator_create);
PHP_FUNCTION(collator_compare);