Commit:    674ccefc2d74c1ca145ca713cce7da92c1b591ed
Author:    Anatoliy Belsky <a...@php.net>         Wed, 10 Oct 2012 11:01:07 
+0200
Parents:   69a4301f6c235fb4535bdd31a9de5f730f07574d
Branches:  PHP-5.4 master

Link:       
http://git.php.net/?p=php-src.git;a=commitdiff;h=674ccefc2d74c1ca145ca713cce7da92c1b591ed

Log:
Fix warnings preventing this test from passing

Changed paths:
  M  ext/date/tests/bug62896.phpt


Diff:
diff --git a/ext/date/tests/bug62896.phpt b/ext/date/tests/bug62896.phpt
index 7584546..ccdcfb0 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');


--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to