From: t dot noest at noestnet dot nl Operating system: windows nt4 PHP version: 4.3.1 PHP Bug Type: MSSQL related Bug description: all real's returns in php as 2.96234E- 304
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! -- Edit bug report at http://bugs.php.net/?id=22767&edit=1 -- Try a CVS snapshot: http://bugs.php.net/fix.php?id=22767&r=trysnapshot Fixed in CVS: http://bugs.php.net/fix.php?id=22767&r=fixedcvs Fixed in release: http://bugs.php.net/fix.php?id=22767&r=alreadyfixed Need backtrace: http://bugs.php.net/fix.php?id=22767&r=needtrace Try newer version: http://bugs.php.net/fix.php?id=22767&r=oldversion Not developer issue: http://bugs.php.net/fix.php?id=22767&r=support Expected behavior: http://bugs.php.net/fix.php?id=22767&r=notwrong Not enough info: http://bugs.php.net/fix.php?id=22767&r=notenoughinfo Submitted twice: http://bugs.php.net/fix.php?id=22767&r=submittedtwice register_globals: http://bugs.php.net/fix.php?id=22767&r=globals PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22767&r=php3 Daylight Savings: http://bugs.php.net/fix.php?id=22767&r=dst IIS Stability: http://bugs.php.net/fix.php?id=22767&r=isapi Install GNU Sed: http://bugs.php.net/fix.php?id=22767&r=gnused
