tyrael                                   Thu, 22 Sep 2011 22:29:28 +0000

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

Log:
the TZ environment variable also needed to be set here, didn't dug up why 
date.timezone isn't sufficient

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

Modified: php/php-src/branches/PHP_5_3/ext/intl/tests/dateformat_parse.phpt
===================================================================
--- php/php-src/branches/PHP_5_3/ext/intl/tests/dateformat_parse.phpt   
2011-09-22 22:07:02 UTC (rev 317169)
+++ php/php-src/branches/PHP_5_3/ext/intl/tests/dateformat_parse.phpt   
2011-09-22 22:29:28 UTC (rev 317170)
@@ -11,6 +11,7 @@
  * Test for the datefmt_parse  function
  */

+putenv('TZ=America/Los_Angeles');

 function ut_main()
 {

Modified: php/php-src/branches/PHP_5_4/ext/intl/tests/dateformat_parse.phpt
===================================================================
--- php/php-src/branches/PHP_5_4/ext/intl/tests/dateformat_parse.phpt   
2011-09-22 22:07:02 UTC (rev 317169)
+++ php/php-src/branches/PHP_5_4/ext/intl/tests/dateformat_parse.phpt   
2011-09-22 22:29:28 UTC (rev 317170)
@@ -11,6 +11,7 @@
  * Test for the datefmt_parse  function
  */

+putenv('TZ=America/Los_Angeles');

 function ut_main()
 {

Modified: php/php-src/trunk/ext/intl/tests/dateformat_parse.phpt
===================================================================
--- php/php-src/trunk/ext/intl/tests/dateformat_parse.phpt      2011-09-22 
22:07:02 UTC (rev 317169)
+++ php/php-src/trunk/ext/intl/tests/dateformat_parse.phpt      2011-09-22 
22:29:28 UTC (rev 317170)
@@ -11,6 +11,7 @@
  * Test for the datefmt_parse  function
  */

+putenv('TZ=America/Los_Angeles');

 function ut_main()
 {

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

Reply via email to