[PHP-DEV] PHP 4.0 Bug #7997: segmenation fault From: lenar <email protected>
Date: 11/27/00

From: lenar <email protected>
Operating system: Linux 2.2.17/Debian
PHP version: 4.0.3pl1
PHP Bug Type: InterBase related
Bug description: segmenation fault

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.

-- 
Edit Bug report at: http://bugs.php.net/?id=7997&edit=1

-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, e-mail: php-dev-unsubscribe <email protected> For additional commands, e-mail: php-dev-help <email protected> To contact the list administrators, e-mail: php-list-admin <email protected>