ID: 24508
Updated by: [EMAIL PROTECTED]
Reported By: erlendkb at online dot no
-Status: Open
+Status: Assigned
Bug Type: *Math Functions
Operating System: Windows XP
PHP Version: 5.0.0b1 (beta1)
-Assigned To:
+Assigned To: edink
New Comment:
This is due to some funky build problem Edin has..
Assigning to him so he won't forget about it. :)
Previous Comments:
------------------------------------------------------------------------
[2003-07-05 16:29:36] robert at aristoteles dot xhaven dot net
It WFM @ Linux build (Apache 2.0.46, PHP5.0.0b1) - returns 4177.42
------------------------------------------------------------------------
[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