[php-src] PHP-8.4: ext/gettext/tests: updates for musl-1.2.6
Michael Orlitzky via David Carlier <[email protected]>
| Newsgroups | gmane.comp.php.cvs.general |
|---|---|
| Message-ID | <[email protected]> |
Author: Michael Orlitzky (orlitzky) Committer: David Carlier (devnexen) Date: 2026-08-12T21:53:33+01:00 Commit: https://github.com/php/php-src/commit/0f5b60ac701cebd26adf180f878516a652f4ba06 Raw diff: https://github.com/php/php-src/commit/0f5b60ac701cebd26adf180f878516a652f4ba06.diff ext/gettext/tests: updates for musl-1.2.6 As of v1.2.6, musl's bind_textdomain_codeset() no longer returns NULL to indicate that the codeset is UTF-8 "by default." Instead you get "UTF-8". Two tests require minor updates for this. musl commit: https://git.musl-libc.org/cgit/musl/commit/src/locale/bind_textdomain_codeset.c?id=cabbd8697d39c09ca37fb3d63b86b42526b81fda Close GH-23235 Changed paths: M ext/gettext/tests/bug53251.phpt M ext/gettext/tests/gettext_bind_textdomain_codeset-retval.phpt Diff: