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

Remove deprecated utf8_encode() for PHP 8.2 #2404

Merged
merged 1 commit into from
Aug 12, 2022

Conversation

fballiano
Copy link
Contributor

PHP 8.2 deprecated utf8_encode() and utf8_decode(): https://wiki.php.net/rfc/remove_utf8_decode_and_utf8_encode

This PR switched utf8_encode() calls to mb_convert_encoding() (it's the suggested method in the RFC above).

Notes:

@github-actions github-actions bot added the Component: Usa Relates to Mage_Usa label Aug 11, 2022
@Flyingmana Flyingmana merged commit aef9f3a into OpenMage:1.9.4.x Aug 12, 2022
@github-actions
Copy link
Contributor

Unit Test Results

1 files  ±0  1 suites  ±0   0s ⏱️ ±0s
0 tests ±0  0 ✔️ ±0  0 💤 ±0  0 ❌ ±0 
7 runs  ±0  5 ✔️ ±0  2 💤 ±0  0 ❌ ±0 

Results for commit aef9f3a. ± Comparison against base commit 58401cd.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Usa Relates to Mage_Usa
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants