ID: 12423
Updated by: kalowsky
Reported By: [EMAIL PROTECTED]
Old Status: Open
Status: Bogus
Bug Type: ODBC related
Operating System: Windows 98
PHP Version: 4.0.6
New Comment:

I'm unable to reproduce this using PostgreSQL/ODBC.  


Previous Comments:
------------------------------------------------------------------------

[2001-07-27 09:25:40] [EMAIL PROTECTED]

It's easy to describe:

echo odbc_result($ref, "column");
$a = (double) odbc_result($ref, "column");
echo "   /   " . $a;

output:

55.25   /   55

If I'm assigned result from odbc_result to some variable, it's ALWAYS
convertet from DOUBLE to INTEGER.


------------------------------------------------------------------------



Edit this bug report at http://bugs.php.net/?id=12423&edit=1


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to