php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #10005 Support for 128 bit integers.
Submitted: 2001-03-26 17:40 UTC Modified: 2001-06-01 16:09 UTC
From: mukund at ziplip dot com Assigned:
Status: Closed Package: OCI8 related
PHP Version: 4.0.4 OS: linux
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: mukund at ziplip dot com
New email:
PHP Version: OS:

 

 [2001-03-26 17:40 UTC] mukund at ziplip dot com
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. 
 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-05-04 10:34 UTC] thies@php.net
all bind variables are converted to strings by php.

plz send shortest possible testcase (< 20 lines) to thies@thieso.net.

also you should consider migratiting to the newer oci*() calls.

 [2001-06-01 16:09 UTC] sniper@php.net
No feedback (at least not in this bug report)

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 04:01:30 2024 UTC