Skip to content

ext/iconv: fix iconv tests got skipped on windows #18802

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

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

hyh19962008
Copy link

On Windows(with php 8.4.7 NTS-x64), if you run php -r "var_dump(ICONV_IMPL);", the result is like this:

string(10) ""libiconv""

So, the translit-failure.phpt and translit-utf8.phpt tests currently would be skipped on Windows.

@hyh19962008 hyh19962008 changed the title fix iconv tests got skipped on windows ext/iconv: fix iconv tests got skipped on windows Jun 8, 2025
@nielsdos nielsdos requested a review from cmb69 June 9, 2025 09:46
@nielsdos
Copy link
Member

nielsdos commented Jun 9, 2025

Intuitively it seems to me that the quotes should be dropped from the constant, but deferring this to cmb

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants