-
Notifications
You must be signed in to change notification settings - Fork 8k
mbstring: Fix missing copying of detect_order_list to current_detect_order_list #20523
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
mbstring: Fix missing copying of detect_order_list to current_detect_order_list #20523
Conversation
abefb0c to
b82312a
Compare
|
@youkidearitai and @alexdowad can you please have a look on it? |
youkidearitai
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry for late, LGTM.
|
@ToBee94 I'm very sorry for the delay. I will also try to review today. |
|
This looks good! I think the NEWS and UPGRADING files should be updated. |
…order_list on ini_set('mbstring.detect_order', string)
This reverts commit b82312a.
…() with mbstring.detect_order
c3a07cf to
557f2d3
Compare
|
CI failure on macOS is completely unrelated (there's a compile error in |
|
From my side yes, i have no changes planned anymore. Thank you :) |
|
@ToBee94, thank you very much for your contribution. And I apologize again that it took a long time to review it. |
At investigation of a possible bug in phpunit (sebastianbergmann/phpunit#6417) i found a bug in mbstring.
If you update the mbstring.detect_order with ini_set, the change doesn't affect mb_detect_encoding.