From: Moriyoshi Koizumi Date: Tue, 5 Aug 2003 12:29:41 +0000 (+0000) Subject: MFH(r-1.2): putenv() should be put here as well. X-Git-Tag: php-4.3.3RC3~26 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b7d673db529608ca886e817f92e4afba0b751f19;p=php MFH(r-1.2): putenv() should be put here as well. --- diff --git a/ext/standard/tests/time/bug13142.phpt b/ext/standard/tests/time/bug13142.phpt index 6e2bf87d31..f021bea6aa 100644 --- a/ext/standard/tests/time/bug13142.phpt +++ b/ext/standard/tests/time/bug13142.phpt @@ -8,6 +8,7 @@ if (!@putenv("TZ=US/Eastern") || getenv("TZ") != 'US/Eastern') { ?> --FILE--