diff options
author | Xinchen Hui <laruence@php.net> | 2012-10-10 17:24:09 +0800 |
---|---|---|
committer | Xinchen Hui <laruence@php.net> | 2012-10-10 17:24:09 +0800 |
commit | 07ea38b443bad0fc569047a288c6b1c081c7157f (patch) | |
tree | a63ae42bd8bdd69cd53b8108476797a4c3381a23 | |
parent | ea441bd08dc1d9f5bd167f3f495321c5225909b6 (diff) | |
parent | 674ccefc2d74c1ca145ca713cce7da92c1b591ed (diff) | |
download | php-git-07ea38b443bad0fc569047a288c6b1c081c7157f.tar.gz |
Merge branch 'PHP-5.4' of git.php.net:php-src into PHP-5.4
-rw-r--r-- | ext/date/tests/bug62896.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/date/tests/bug62896.phpt b/ext/date/tests/bug62896.phpt index 7584546b5a..ccdcfb029c 100644 --- a/ext/date/tests/bug62896.phpt +++ b/ext/date/tests/bug62896.phpt @@ -1,5 +1,7 @@ --TEST-- Bug #62896 Unixtimestamp may take on local times DST flag (this test will only be valid during CEST) +--INI-- +date.timezone=Europe/Berlin --FILE-- <?php $tz = new DateTimeZone('Europe/Berlin'); |