derick                                   Fri, 25 Nov 2011 15:47:11 +0000

Revision: http://svn.php.net/viewvc?view=revision&revision=319828

Log:
- Force setting for tests.

Changed paths:
    U   php/php-src/branches/PHP_5_3/ext/date/tests/bug60236.phpt
    U   php/php-src/branches/PHP_5_4/ext/date/tests/bug60236.phpt
    U   php/php-src/trunk/ext/date/tests/bug60236.phpt

Modified: php/php-src/branches/PHP_5_3/ext/date/tests/bug60236.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/date/tests/bug60236.phpt   2011-11-25 
15:30:15 UTC (rev 319827)
+++ php/php-src/branches/PHP_5_3/ext/date/tests/bug60236.phpt   2011-11-25 
15:47:11 UTC (rev 319828)
@@ -1,5 +1,7 @@
 --TEST--
 Bug #60236: TLA timezone dates are not converted properly from timestamp
+--INI--
+date.timezone=America/New_York
 --FILE--
 <?php
 $t = new DateTime('2010-07-06 18:38:28 EDT');

Modified: php/php-src/branches/PHP_5_4/ext/date/tests/bug60236.phpt
===================================================================
--- php/php-src/branches/PHP_5_4/ext/date/tests/bug60236.phpt   2011-11-25 
15:30:15 UTC (rev 319827)
+++ php/php-src/branches/PHP_5_4/ext/date/tests/bug60236.phpt   2011-11-25 
15:47:11 UTC (rev 319828)
@@ -1,5 +1,7 @@
 --TEST--
 Bug #60236: TLA timezone dates are not converted properly from timestamp
+--INI--
+date.timezone=America/New_York
 --FILE--
 <?php
 $t = new DateTime('2010-07-06 18:38:28 EDT');

Modified: php/php-src/trunk/ext/date/tests/bug60236.phpt
===================================================================
--- php/php-src/trunk/ext/date/tests/bug60236.phpt      2011-11-25 15:30:15 UTC 
(rev 319827)
+++ php/php-src/trunk/ext/date/tests/bug60236.phpt      2011-11-25 15:47:11 UTC 
(rev 319828)
@@ -1,5 +1,7 @@
 --TEST--
 Bug #60236: TLA timezone dates are not converted properly from timestamp
+--INI--
+date.timezone=America/New_York
 --FILE--
 <?php
 $t = new DateTime('2010-07-06 18:38:28 EDT');

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

Reply via email to