Date: 05/29/00
- Next message: Andi Gutmans: "[PHP-DEV] Need help in converting strings to doubles"
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #4670 Updated: Session_start() seems to localize session to a script."
- Next in thread: Andi Gutmans: "Re: [PHP-DEV] PHP 4.0 Bug #4676: Incorrect float calculation 5.5/2=2.5 (instead 2.75)"
- Reply: Andi Gutmans: "Re: [PHP-DEV] PHP 4.0 Bug #4676: Incorrect float calculation 5.5/2=2.5 (instead 2.75)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: phaigner <email protected>
Operating system: Windows98, PSW 4.0
PHP version: 4.0 Release Candidate 2
PHP Bug Type: Misbehaving function
Bug description: Incorrect float calculation 5.5/2=2.5 (instead 2.75)
<HTML>
<BODY>
<?
echo "5.5/3=" . 5.5/3 . " ---> correct<br>";
echo "5.5/2=" . 5.5/2 . " ---> result is 2.5 on Win98/PWS, should be 2.75 ";
?>
</BODY>
</HTML>
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>
- Next message: Andi Gutmans: "[PHP-DEV] Need help in converting strings to doubles"
- Previous message: Bug Database: "[PHP-DEV] PHP 4.0 Bug #4670 Updated: Session_start() seems to localize session to a script."
- Next in thread: Andi Gutmans: "Re: [PHP-DEV] PHP 4.0 Bug #4676: Incorrect float calculation 5.5/2=2.5 (instead 2.75)"
- Reply: Andi Gutmans: "Re: [PHP-DEV] PHP 4.0 Bug #4676: Incorrect float calculation 5.5/2=2.5 (instead 2.75)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

