ID: 10005 Updated by: thies Reported By: [EMAIL PROTECTED] Old-Status: Open Status: Feedback Bug Type: OCI8 related PHP Version: 4.0.4 Assigned To: Comments: all bind variables are converted to strings by php. plz send shortest possible testcase (< 20 lines) to [EMAIL PROTECTED] also you should consider migratiting to the newer oci*() calls. Previous Comments: --------------------------------------------------------------------------- [2001-03-26 17:40:17] [EMAIL PROTECTED] 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. --------------------------------------------------------------------------- ATTENTION! Do NOT reply to this email! To reply, use the web interface found at http://bugs.php.net/?id=10005&edit=2 -- 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]