pajoye                                   Wed, 07 Dec 2011 08:33:41 +0000

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

Log:
- set TZ

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

Modified: php/php-src/branches/PHP_5_4/ext/date/tests/bug51223.phpt
===================================================================
--- php/php-src/branches/PHP_5_4/ext/date/tests/bug51223.phpt   2011-12-07 
08:00:32 UTC (rev 320560)
+++ php/php-src/branches/PHP_5_4/ext/date/tests/bug51223.phpt   2011-12-07 
08:33:41 UTC (rev 320561)
@@ -1,5 +1,7 @@
 --TEST--
 Bug #52113: Seg fault while creating (by unserialization) DatePeriod
+--INI--
+date.timezone=UTC
 --FILE--
 <?php
 $start = new DateTime('2003-01-02 08:00:00');

Modified: php/php-src/trunk/ext/date/tests/bug51223.phpt
===================================================================
--- php/php-src/trunk/ext/date/tests/bug51223.phpt      2011-12-07 08:00:32 UTC 
(rev 320560)
+++ php/php-src/trunk/ext/date/tests/bug51223.phpt      2011-12-07 08:33:41 UTC 
(rev 320561)
@@ -1,5 +1,7 @@
 --TEST--
 Bug #52113: Seg fault while creating (by unserialization) DatePeriod
+--INI--
+date.timezone=UTC
 --FILE--
 <?php
 $start = new DateTime('2003-01-02 08:00:00');

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

Reply via email to