From:             [EMAIL PROTECTED]
Operating system: linux
PHP version:      4.0.4
PHP Bug Type:     OCI8 related
Bug description:  Support for 128 bit integers.

I have a plsql function which accepts a number as an input. I tried to call this 
function in a loop using ora_parse and ora_bind statements. When Itry to use ora_bind 
since the functions takes an input as an integer I am forced to use intval function. 
If I use intval it truncates my 128 bit integer after the first 32 bits. It would be 
nice to have an upscaling for integers so that i could pass large integers 
seemelessly. 
 


-- 
Edit Bug report at: http://bugs.php.net/?id=10005&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