diff options
author | Antony Dovgal <tony2001@php.net> | 2008-04-29 07:26:46 +0000 |
---|---|---|
committer | Antony Dovgal <tony2001@php.net> | 2008-04-29 07:26:46 +0000 |
commit | 4489851424721eba68b6abdc01172b804149d039 (patch) | |
tree | 585d8fa0ef956a1c0ade1993eba1891d18f3af5e | |
parent | cac1fd72ea6d334d0b1877b4ecbed8b1bed947f5 (diff) | |
download | php-git-4489851424721eba68b6abdc01172b804149d039.tar.gz |
fix test
-rw-r--r-- | ext/date/tests/bug44742.phpt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/date/tests/bug44742.phpt b/ext/date/tests/bug44742.phpt index e6df1efabd..48952b4e6c 100644 --- a/ext/date/tests/bug44742.phpt +++ b/ext/date/tests/bug44742.phpt @@ -2,6 +2,7 @@ Bug #44742 (timezone_offset_get() causes segmentation faults) --FILE-- <?php +date_default_timezone_set('Europe/London'); $dates = array( "2008-04-11 00:00:00+0000", "2008-04-11 00:00:00+0200", |