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
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: 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

Pull Requests

History

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