[PHP-DEV] PHP 4.0 Bug #7224: segmentation fault / signal 11 From: frank <email protected>
Date: 10/15/00

From: frank <email protected>
Operating system: freebsd 4.1
PHP version: 4.0.3
PHP Bug Type: Scripting Engine problem
Bug description: segmentation fault / signal 11

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

-- 
Edit Bug report at: http://bugs.php.net/?id=7224&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>