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
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
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

Pull Requests

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-2025 The PHP Group
All rights reserved.
Last updated: Wed May 07 10:01:28 2025 UTC