mirror of
https://github.com/php/php-src.git
synced 2025-08-18 06:58:55 +02:00
Rename i18_loc_* to locale_*.
This commit is contained in:
parent
24988a088c
commit
2bbced4bce
3 changed files with 9 additions and 9 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue