php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #6564 Using a blob crashes php
Submitted: 2000-09-05 21:14 UTC Modified: 2000-11-27 07:46 UTC
From: nathan at 0x00 dot org Assigned:
Status: Closed Package: InterBase related
PHP Version: 4.0.2 OS: Linux 2.2
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: nathan at 0x00 dot org
New email:
PHP Version: OS:

 

 [2000-09-05 21:14 UTC] nathan at 0x00 dot org
The following causes segfault with latest 4.0.2 (worked fine with pl2):

$sql="insert into blobtable(ablob) values(?)";
$blob_id = ibase_blob_create();
ibase_blob_add($blob_id, "blah");
$bid = ibase_blob_close($blob_id);
$res=ibase_prepare($sql);
$x=ibase_execute($res, $bid);

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-01 12:51 UTC] sniper@php.net
reclassified.

 [2000-11-27 07:46 UTC] jah@php.net
Fixed in current CVS.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 26 10:01:31 2024 UTC