diff options
author | Michael Wallner <mike@php.net> | 2013-12-12 12:10:08 +0100 |
---|---|---|
committer | Michael Wallner <mike@php.net> | 2013-12-12 12:10:08 +0100 |
commit | c0e87e9bb170ba1c249c629bc752a2230e5efb80 (patch) | |
tree | 52bfe5ad0c1980766233c8f287aea307750d4fe8 | |
parent | bc1c2b3b316d58ea4450c957aaf6e612bd03847e (diff) | |
parent | 8ee6fe9856cad30d01d6c8e3b5574dfc502bbfc6 (diff) | |
download | php-git-c0e87e9bb170ba1c249c629bc752a2230e5efb80.tar.gz |
Merge branch 'PHP-5.5'
* PHP-5.5:
fix test
-rw-r--r-- | ext/date/tests/bug53879.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/date/tests/bug53879.phpt b/ext/date/tests/bug53879.phpt index 64c0f18fef..3d16c97209 100644 --- a/ext/date/tests/bug53879.phpt +++ b/ext/date/tests/bug53879.phpt @@ -1,5 +1,7 @@ --TEST-- Bug #53879 (DateTime::createFromFormat() fails to parse cookie expiration date) +--INI-- +date.timezone=UTC --FILE-- <?php $date = DateTime::createFromFormat(DateTime::COOKIE, "Mon, 21-Jan-2041 15:24:52 GMT"); |