mirror of
https://github.com/php/php-src.git
synced 2025-08-18 15:08:55 +02:00
Fix locale functions naming problem.
This commit is contained in:
parent
a330edf4cf
commit
2c42e06895
1 changed files with 7 additions and 0 deletions
|
@ -53,6 +53,13 @@ PHP_MINFO_FUNCTION(unicode);
|
|||
#include "TSRM.h"
|
||||
#endif
|
||||
|
||||
/*
|
||||
* Because of ICU they are expanded to have _<version> suffix
|
||||
* We don't want that
|
||||
*/
|
||||
#undef locale_get_default
|
||||
#undef locale_set_default
|
||||
|
||||
PHP_FUNCTION(locale_get_default);
|
||||
PHP_FUNCTION(locale_set_default);
|
||||
PHP_FUNCTION(collator_create);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue