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
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
31 - 28 = ?
Subscribe to this entry?

 
 [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: Thu Apr 25 21:01:36 2024 UTC