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 this is not your bug, you can add a comment by following this link.
If this is your bug, but 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

Add a Patch

Pull Requests

Add a Pull Request

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: Wed Apr 24 17:01:30 2024 UTC