Skip to content

Fix #79986: str_ireplace bug with diacritics characters #6007

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

Closed
wants to merge 1 commit into from

Conversation

cmb69
Copy link
Member

@cmb69 cmb69 commented Aug 18, 2020

tolower() returns an int, so we must not convert to char which
may be signed and as such may be subject to overflow (actually,
implementation defined behavior).

`tolower()` returns an `int`, so we must not convert to `char` which
may be `signed` and as such may be subject to overflow (actually,
implementation defined behavior).
@cmb69 cmb69 added the Bug label Aug 18, 2020
@php-pulls php-pulls closed this in 844a2dd Aug 24, 2020
@cmb69 cmb69 deleted the cmb/79986 branch August 24, 2020 09:11
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.

2 participants