Skip to content

Commit e383f05

Browse files
committed
Merge branch 'PHP-5.6'
* PHP-5.6: fix test
2 parents 777c39f + 2e79820 commit e383f05

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)