Skip to content

Commit 77303a3

Browse files
committed
Merge branch 'PHP-5.5'
* PHP-5.5: ensure the test doesn't fail because of tz warning
2 parents c0856a1 + a2b1546 commit 77303a3

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ext/date/tests/bug65184.phpt

+2
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@ if (strtoupper(substr(PHP_OS, 0, 3)) != 'WIN') {
66
die("skip Test is valid for Windows");
77
}
88
?>
9+
--INI--
10+
date.timezone = UTC
911
--FILE--
1012
<?php
1113
setlocale(LC_ALL, 'Japanese_Japan.932');

0 commit comments

Comments
 (0)