Skip to content

Commit 2e79820

Browse files
committed
fix test
1 parent b0a26ab commit 2e79820

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/gettext/tests/bug66267.phpt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,7 @@ $loc = ["de_DE", "fr_FR", "en_US"];
2828

2929
foreach ($loc as $l) {
3030
putenv("LC_ALL=$l");
31+
setlocale(LC_ALL, $l);
3132

3233
$path = realpath(dirname(__FILE__) . DIRECTORY_SEPARATOR . "66265");
3334
bindtextdomain($domain, $path);

0 commit comments

Comments
 (0)