Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Form] Support customized intl php.ini settings #36149

Merged
merged 1 commit into from Mar 23, 2020

Commits on Mar 23, 2020

  1. [Form] Support customized intl php.ini settings

    `IntlDateParser->parse()` behaves differently when `intl.error_level` and/or `intl.use_exceptions` are not 0.
    
    This change makes sure `\IntlException` is caught when `intl.use_exceptions` is 1 and warnings thrown when `intl.error_level` is not 0 are ignored.
    jorrit authored and nicolas-grekas committed Mar 23, 2020
    Copy the full SHA
    61025d1 View commit details
    Browse the repository at this point in the history