php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #22767 all real's returns in php as 2.96234E- 304
Submitted: 2003-03-18 08:39 UTC Modified: 2003-03-18 10:21 UTC
From: t dot noest at noestnet dot nl Assigned:
Status: Not a bug Package: MSSQL related
PHP Version: 4.3.1 OS: windows nt4
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
45 - 2 = ?
Subscribe to this entry?

 
 [2003-03-18 08:39 UTC] t dot noest at noestnet dot nl
After Upgrading from PHP4.3.0 to 4.3.1 the real numbers from my MSSQL 7 database return in scientific notation, and all are the same: 2.96234E-304. 
Back in my db the numbers are still the same, like 1.2 2.0 3.1 etc.
I used the standard wise installer and extracted the php_mssql.dll from the zip. This is the only extra module I use. I have the register_globals = On, mssql.allow_persistent = Off, mssql.max_persistent = 0, maximalized the textsize parameters.

NOTE: This is the exact same error wich turned up when I went from 4.2.3. to 4.3.0 ! That one was corrected in CVS. It baffles me that the same error turns up again!

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2003-03-18 10:21 UTC] magnus@php.net
Try reading the NEWS file once in a while.
PHP 4.3.1 contains nothing new but the security fix.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Apr 20 04:01:28 2024 UTC