Skip to content

Conversation

BinaryKitten
Copy link
Contributor

Description

A follow up to #57109

After merge it was reported that the ordinal-position update was breaking validation messages when the Intl extension is not loaded (see comment from @vidrosoftware) .
This was missed as most laravel installs I have require the intl extension.

As Laravel doesn't have a core requirement for the intl extension at this time, this fix will skip the replacement of ordinal-position where the intl extension is not loaded

Whats new

  • added quick return of message when intl extension is not loaded
  • marked test case requiring the intl extension to prevent false failures

Usage

No changes of usage from before.

@taylorotwell taylorotwell merged commit 7e1ab1d into laravel:12.x Sep 18, 2025
65 checks passed
tegos pushed a commit to tegos/laravel-framework that referenced this pull request Sep 28, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants