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

Pull Requests

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: Sat Dec 21 17:01:58 2024 UTC