pajoye Tue, 13 Sep 2011 16:21:24 +0000
Revision: http://svn.php.net/viewvc?view=revision&revision=316666
Log:
- test passes now (and VC6 is not supported anymore)
Changed paths:
U php/php-src/branches/PHP_5_4/ext/date/tests/DateInterval_format_a.phpt
U php/php-src/trunk/ext/date/tests/DateInterval_format_a.phpt
Modified: php/php-src/branches/PHP_5_4/ext/date/tests/DateInterval_format_a.phpt
===================================================================
--- php/php-src/branches/PHP_5_4/ext/date/tests/DateInterval_format_a.phpt
2011-09-13 16:13:17 UTC (rev 316665)
+++ php/php-src/branches/PHP_5_4/ext/date/tests/DateInterval_format_a.phpt
2011-09-13 16:21:24 UTC (rev 316666)
@@ -10,8 +10,6 @@
if (!method_exists('DateInterval', 'format')) die("skip: method doesn't
exist");
if (substr(PHP_OS, 0, 3) != 'WIN') die("skip this test is for Windows
platforms only");
?>
---XFAIL--
-Windows VC6 libs' floor()/ceil() choke on floats
--FILE--
<?php
Modified: php/php-src/trunk/ext/date/tests/DateInterval_format_a.phpt
===================================================================
--- php/php-src/trunk/ext/date/tests/DateInterval_format_a.phpt 2011-09-13
16:13:17 UTC (rev 316665)
+++ php/php-src/trunk/ext/date/tests/DateInterval_format_a.phpt 2011-09-13
16:21:24 UTC (rev 316666)
@@ -10,8 +10,6 @@
if (!method_exists('DateInterval', 'format')) die("skip: method doesn't
exist");
if (substr(PHP_OS, 0, 3) != 'WIN') die("skip this test is for Windows
platforms only");
?>
---XFAIL--
-Windows VC6 libs' floor()/ceil() choke on floats
--FILE--
<?php
--
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php