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
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:
26 + 48 = ?
Subscribe to this entry?

 
 [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: Fri Apr 19 08:01:28 2024 UTC