php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #7224 segmentation fault / signal 11
Submitted: 2000-10-15 14:02 UTC Modified: 2000-10-27 22:36 UTC
From: frank at freestyling dot de Assigned: jah (profile)
Status: Closed Package: InterBase related
PHP Version: 4.0.3 OS: freebsd 4.1
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: frank at freestyling dot de
New email:
PHP Version: OS:

 

 [2000-10-15 14:02 UTC] frank at freestyling dot de
using: apache 1.3.12 + php 4.0.3 on freebsd 4.1 with interbase6.0

when im am trying to recieve data from interbase using binding-vars i allways
get a segmentationfault.
ibase_query("Select * from FOO",$conn); works fine
but ibase_query("Select * from FOO where ID = ?",$conn,'FOO_1'); causes the segmentationfault.
the same think with ibase_execute, using binding_vars. but i am not sure, if the
fault is in interbase or php4 ?

thank you

frank

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-10-18 06:19 UTC] jah@php.net
This should be fixed in CVS. Please replace ext/interbase/interbase.c with http://cvs.php.net/viewcvs.cgi/~checkout~/php4/ext/interbase/interbase.c?rev=1.45
and recompile. And please also tell whether it worked or not...
 [2000-10-27 22:36 UTC] jah@php.net
No feedback, but as this is the same problem as in #7117 that was confirmed to
be fixed by reporter, closing.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 01:01:28 2024 UTC