Skip to content

intl TZData version not displayed anymore #11071

Closed
@remicollet

Description

@remicollet

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

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions