summaryrefslogtreecommitdiff
path: root/ext/gettext/tests
diff options
context:
space:
mode:
authorAnatol Belski <ab@php.net>2015-01-08 18:11:46 +0100
committerAnatol Belski <ab@php.net>2015-01-08 18:11:46 +0100
commite383f05e2f86a5fb94ac2a8b8623c556e3a56171 (patch)
treed1dbd28df4b40937103f7a0ddbc372f8ffc1718f /ext/gettext/tests
parent777c39f4042327eac4b63c7ee87dc1c7a09a3115 (diff)
parent2e79820c0e1b72b7e1386d7648256b23768da49d (diff)
downloadphp-git-e383f05e2f86a5fb94ac2a8b8623c556e3a56171.tar.gz
Merge branch 'PHP-5.6'
* PHP-5.6: fix test
Diffstat (limited to 'ext/gettext/tests')
-rw-r--r--ext/gettext/tests/bug66267.phpt1
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/gettext/tests/bug66267.phpt b/ext/gettext/tests/bug66267.phpt
index 26963acb7e..56396860b4 100644
--- a/ext/gettext/tests/bug66267.phpt
+++ b/ext/gettext/tests/bug66267.phpt
@@ -28,6 +28,7 @@ $loc = ["de_DE", "fr_FR", "en_US"];
foreach ($loc as $l) {
putenv("LC_ALL=$l");
+ setlocale(LC_ALL, $l);
$path = realpath(dirname(__FILE__) . DIRECTORY_SEPARATOR . "66265");
bindtextdomain($domain, $path);