php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9796 RAW datatype not handled in Ora_GetColumn
Submitted: 2001-03-16 13:17 UTC Modified: 2002-08-13 22:41 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: kursat at ttnet dot net dot tr Assigned:
Status: Not a bug Package: Oracle related
PHP Version: 4.0.4pl1 OS: Digital Unix Oracle 7.3.4
Private report: No CVE-ID: None
 [2001-03-16 13:17 UTC] kursat at ttnet dot net dot tr
Hi,

I suppose, if this problem is not specific to my installation instance, there is a bug in Oracle functions in
php.4.0.4p1
Ora_GetColumn does not handle RAW datatype, 
which is defined in ocidfn.h line number 150 as
#define SQLT_BIN  23  

In ext/oracle.c SQLT_BIN case should be handled.
I may provide a patch for this if you like.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2002-08-13 22:41 UTC] kalowsky@php.net
Thank you for taking the time to report a problem with PHP.
Unfortunately you are not using a current version of PHP -- 
the problem might already be fixed. Please download a new
PHP version from http://www.php.net/downloads.php

If you are able to reproduce the bug with one of the latest
versions of PHP, please change the PHP version on this bug report
to the version you tested and change the status back to "Open".
Again, thank you for your continued support of PHP.

If the newer version doesn't work, do please provide a patch!
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 10:01:29 2024 UTC