mirror of
https://github.com/php/php-src.git
synced 2026-04-25 08:58:28 +02:00
Fix locale functions naming problem.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user