php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #38881 Segmantation Fault when using "ocinewdescriptor"
Submitted: 2006-09-19 13:25 UTC Modified: 2006-09-19 13:33 UTC
From: arielpatschiki at mannesoft dot com dot br Assigned:
Status: Not a bug Package: OCI8 related
PHP Version: 4.4.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: arielpatschiki at mannesoft dot com dot br
New email:
PHP Version: OS:

 

 [2006-09-19 13:25 UTC] arielpatschiki at mannesoft dot com dot br
Description:
------------
When i try to run a php script with the function "ocinewdescriptor" inside the code, using a field "blob", in Oracle 10 error_log, php crashes with this reference:
"[Tue Sep 19 09:22:03 2006] [notice] child pid 30426 exit signal Segmentation fault (11)"

This bug only exists in version above 4.3.9, including 4.4.4.


Reproduce code:
---------------
.
.
.
$r = OCIParse($dbh, $b);
$aux = ocinewdescriptor($dbh, OCI_D_LOB);
.
.
.



Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-09-19 13:33 UTC] tony2001@php.net
You have to use OCI8 from PECL.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri May 17 04:01:34 2024 UTC