Did you tell PHP to use Interbase at compiletime?
I don't use Interbase myself, but in order to use MySQL, PHP must be compiled with the --with-mysql option.
If I try to compile with the --with-interbase option, I get a pretty error message about not having installed Interbase.
Have a look at the manual, the secion about getting, compiling and installing PHP.