Mantis Bugtracker
  

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Issue History ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0001093 [Quercus] major always 05-10-06 20:10 05-15-06 15:52
Reporter koreth View Status public  
Assigned To ferg
Priority normal Resolution fixed  
Status closed   Product Version 3.0.19
Summary 0001093: Quercus floating point expressions lose fractional parts in interpreted mode
Description If I have the following PHP script:

<?php
print 10.5 - 1;
print " ";
print 9.5;
?>

I get "9 9.5" the first time I load the page (when it's being interpreted; I'm using the default lazy compilation mode) and "9.5 9.5" on subsequent runs.
Additional Information
Attached Files

- Relationships

- Notes
(0001132)
ferg
05-15-06 15:52

php/3325
 

- Issue History
Date Modified Username Field Change
05-10-06 20:10 koreth New Issue
05-11-06 12:35 ferg Project Resin => Quercus
05-15-06 15:52 ferg Note Added: 0001132
05-15-06 15:52 ferg Assigned To  => ferg
05-15-06 15:52 ferg Status new => closed
05-15-06 15:52 ferg Resolution open => fixed
05-15-06 15:52 ferg Fixed in Version  => 3.0.20


Mantis 1.0.0rc3[^]
Copyright © 2000 - 2005 Mantis Group
29 total queries executed.
26 unique queries executed.
Powered by Mantis Bugtracker