|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-10-18 06:19 UTC] jah@php.net
[2000-10-27 22:36 UTC] jah@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Nov 03 14:00:01 2025 UTC |
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