ID: 24508
Comment by: robert at aristoteles dot xhaven dot net
Reported By: erlendkb at online dot no
Status: Open
Bug Type: *Math Functions
Operating System: Windows XP
PHP Version: 5.0.0b1 (beta1)
New Comment:
It WFM @ Linux build (Apache 2.0.46, PHP5.0.0b1) - returns 4177.42
Previous Comments:
------------------------------------------------------------------------
[2003-07-05 16:00:13] erlendkb at online dot no
Description:
------------
This script gives different results in PHP4 (PHP 4.3.2) og PHP5 (5.0.0
BETA 1)
Reproduce code:
---------------
<?php
$end = date ("U", mktime (11, 00, 0, 7, 4, 2003));
$start = date ("U", mktime (8, 35, 0, 1, 11, 2003));
$hanne = $end - $start;
echo round ($hanne/3600, 2);
?>
Expected result:
----------------
PHP4:
4177.42
PHP5:
4177.41
Actual result:
--------------
...
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=24508&edit=1