From:             [EMAIL PROTECTED]
Operating system: win32
PHP version:      4.1.1
PHP Bug Type:     InterBase related
Bug description:  php can't handle values of type double correcty

PHP interbase can't seem to handle fieldtypes declared as type
numeric(x,y). It always returns any value stored in these fields as xyz.y
Thus if the value in the interbase database is 4.6 and the fieldtype was
declared as numeric(15,4) php returns 4.4 instead of 4.6. It seems that it
is appending the precision value instead of the part after the decimal
separator.
-- 
Edit bug report at: http://bugs.php.net/?id=15314&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