Closed
Description
Description
Since 8.0, related to ea86865
Before:
$ php --ri intl
intl
Internationalization support => enabled
ICU version => 72.1
ICU Data version => 72.1
ICU TZData version => 2022e
ICU Unicode version => 15.0
After:
$ php --ri intl
intl
Internationalization support => enabled
ICU version => 72.1
ICU Data version => 72.1
ICU Unicode version => 15.0
UCONFIG_NO_FORMATTING
is always defined, as uconfig have
#ifndef UCONFIG_NO_FORMATTING
# define UCONFIG_NO_FORMATTING 0
#endif
@Girgias can you please have a look, as you are the author of ea86865
PHP Version
PHP 8.0
Operating System
No response