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

[PHP 8.4] Update ext-mbstring #4245

Merged
merged 1 commit into from
Dec 5, 2024
Merged

Conversation

alexandre-daubois
Copy link
Contributor

Part of #3872

Comment on lines 77 to 78
<exceptionname>ValueError</exceptionname> if the <parameter>encoding</parameter>
parameter contains null bytes.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

To be symetric to the other changelog

Suggested change
<exceptionname>ValueError</exceptionname> if the <parameter>encoding</parameter>
parameter contains null bytes.
<exceptionname>ValueError</exceptionname> if <parameter>encoding</parameter>
contains null bytes.

Comment on lines 75 to 76
Throws a <exceptionname>ValueError</exceptionname> if
<parameter>map</parameter> doesn't contain integers only.
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Maybe?

Suggested change
Throws a <exceptionname>ValueError</exceptionname> if
<parameter>map</parameter> doesn't contain integers only.
Throws a <exceptionname>ValueError</exceptionname> if
<parameter>map</parameter> is not a list of &integers;.

(and apply elsewhere)

@alexandre-daubois alexandre-daubois force-pushed the mb-string-84 branch 2 times, most recently from e23d268 to dfdd2df Compare December 5, 2024 09:43
@alexandre-daubois
Copy link
Contributor Author

Should be better now

@Girgias Girgias merged commit d553fa3 into php:master Dec 5, 2024
2 checks passed
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