Commit ef6da81
committed
Run headers_without_mbstring.phpt instead of always skipping it
The test skips whenever ext/mbstring is present, which is every job in the CI
matrix, so the non-mbstring header encoding path had no coverage at all. That
is how its expectations came to encode a chunking bug unnoticed.
Add an --INI-- section disabling mb_substr()/mb_strlen(). Unlike the -i
command line flag, --INI-- also applies to --SKIPIF--, so the existing skip
condition now acts as a fallback: the test runs when the functions can be
disabled, and still skips if they cannot.1 parent 1eeb05f commit ef6da81
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
0 commit comments