|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-10-27 16:28 UTC] mathieu@php.net
[2000-10-27 22:30 UTC] jah@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Nov 05 08:00:02 2025 UTC |
I think there is a bug PHP 4.0.3 in interbase support. The place holders '?' don't seem to work correcty. The following example works with PHP 3.0.15 $set = ibase_query("SELECT FOTO FROM TEST WHERE ID = ?",$id); The same example does not work with PHP 4.0.3 and PHP 4.0.3pl1 if I do the following it works OK $set = ibase_query("SELECT FOTO FROM TEST WHERE ID = 1"); Please help.