Skip to content

"PR #38 Add missing module checks" introduces breaking change #48

@pamtbaau

Description

@pamtbaau

PR #38 has added a check for the intl PHP module. However, this is creating a breaking change.

// Check for PHP intl library
$required = Grav::instance()['config']->get('system.intl_enabled');
$this->check_php_module('intl', $required, 'intl (Internationalization Functions)');

It checks for variable system.intl_enabled, which is by default true, which means each and every installation now requires module intl.

According the docs, module intl is not a requirement.

On Discourse, users have reported issues about a missing intl module.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions