Date: 04/30/98
- Next message: rasmus <email protected>: "Re: [PHP-DEV] bug #325 (last modified date)"
- Previous message: pradella <email protected>: "[PHP-DEV] Bug #334: overwrites upon open"
- Next in thread: Zeev Suraski: "Re: [PHP-DEV] Floats and apache 1.3b6"
- Reply: Zeev Suraski: "Re: [PHP-DEV] Floats and apache 1.3b6"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
It seems that floats (e.g from database queries) get randomly rounded
on output. I've seen this on Solaris/apache 1.3b6/oracle and have
a report for Linux/apache 1.3b6/adabas.
On my Linux box, with apache 1.2.6 I can't reproduce this "behaviour",
so it seems to be apache related, maybe some *printf function?
Sample Output: values stored in table:
100.010002 100.01
200.020004 200.02
300.029999 300.03
400.040009 400.04
500.049988 500.05
-Andreas
-- Andreas Karajannis GMD National Research Center for Information Technology Schloss Birlinghoven, D-53754 Sankt Augustin Phone +49 2241 142948
- Next message: rasmus <email protected>: "Re: [PHP-DEV] bug #325 (last modified date)"
- Previous message: pradella <email protected>: "[PHP-DEV] Bug #334: overwrites upon open"
- Next in thread: Zeev Suraski: "Re: [PHP-DEV] Floats and apache 1.3b6"
- Reply: Zeev Suraski: "Re: [PHP-DEV] Floats and apache 1.3b6"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

