php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #12973 Ocicolumnsize bug in NUMBER field
Submitted: 2001-08-27 07:38 UTC Modified: 2002-04-13 08:50 UTC
From: tomersh at amdocs dot com Assigned:
Status: Not a bug Package: OCI8 related
PHP Version: 4.0.6 OS: Hp-Ux11
Private report: No CVE-ID: None
 [2001-08-27 07:38 UTC] tomersh at amdocs dot com
When using 
$colsize[$i]=Ocicolumnsize($stmt,$i);
while $i is a loop var and $stmt is an sql statement
the return value for each field differ than NUMBER
is the actual correct size.In case of NUMBER type the return value is somehow 22. 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-04-13 08:50 UTC] thies@php.net
The bug system is not the appropriate forum for asking support
questions. For a list of a range of more appropriate places to ask
for help using PHP, please visit http://www.php.net/support.php

that's the way oracle returns this

 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 15:01:28 2024 UTC