php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7997 segmenation fault
Submitted: 2000-11-27 18:20 UTC Modified: 2000-11-30 05:22 UTC
From: lenar at city dot ee Assigned:
Status: Closed Package: InterBase related
PHP Version: 4.0.3pl1 OS: Linux 2.2.17/Debian
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: lenar at city dot ee
New email:
PHP Version: OS:

 

 [2000-11-27 18:20 UTC] lenar at city dot ee
when doing this:

$blob_id = ibase_blob_create();
ibase_blob_add($blob_id, $moves); // <-- binary data

$blob_id_str = ibase_blob_close($blob_id);
$query=ibase_prepare("INSERT INTO games (refid, moves) VALUES (1,?)");

$result = ibase_execute($query,$blob_id_str);

it ends up with segmentation fault. similar to bug #7837.

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-11-30 05:22 UTC] jah@php.net
Already fixed in CVS.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Mon Oct 14 12:01:27 2024 UTC