OK, here is the php.ini
;UNIX Extensions
;extension=interbase.so
;extension=pgsql.so
so i updated it to
;UNIX Extensions
extension=interbase.so
extension=pgsql.so
that is the only statment about interbase in php.ini.
in this case, my php interbase fucntion should work, right?
but i still get this error message:
Fatal error: Call to undefined function: ibase_pconnect() in
why?
do i need some how to tell the php use the new ini?
such as use killall command?
help!