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

Allow PHP 8.2 and remove mb_ calls #578

Merged
merged 1 commit into from
Jul 9, 2024
Merged

Allow PHP 8.2 and remove mb_ calls #578

merged 1 commit into from
Jul 9, 2024

Conversation

Spomky
Copy link
Member

@Spomky Spomky commented Jul 9, 2024

Target branch:
Resolves issue #

  • It is a Bug fix
  • It is a New feature
  • It is related to dependencies

Includes:

  • Breaks BC
  • Deprecations

This commit replaces mb_* functions with non-multibyte equivalent functions, which don't require mbstring extension. It also adjusts the required PHP version in composer.json from 8.3 to 8.2. This change reduces dependencies and broadens compatibility without impacting functionality. It is part of an overall code simplification and optimization effort.
@Spomky Spomky added the DX label Jul 9, 2024
@Spomky Spomky added this to the 4.0.1 milestone Jul 9, 2024
@Spomky Spomky self-assigned this Jul 9, 2024
@Spomky Spomky changed the title Cs/php 82 and no mb Allow PHP 8.2 and remove mb_ calls Jul 9, 2024
@Spomky Spomky closed this Jul 9, 2024
@Spomky Spomky force-pushed the cs/php-82-and-no-mb branch from cd6be3e to 57c78f2 Compare July 9, 2024 16:17
@Spomky Spomky reopened this Jul 9, 2024
@Spomky Spomky merged commit 4af252f into 4.0.x Jul 9, 2024
25 checks passed
@Spomky Spomky deleted the cs/php-82-and-no-mb branch July 9, 2024 16:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant