Subject anyone, can help me about connection to firebird 2.5 with wamp
Author Naga
i just try this intrusction:

* Copy C:\firebird\bin\fbclient.dll to your C:\windows\system32 directory and rename the file to gds32.dll
* Copy php_interbase.dll from your php\ext directory to the C:\windows\system32 directory.
* Copy libeay32.dll and ssleay32.dll from your php directory to the C:\windows\system32 directory.
* Edit your php.ini, un-comment the line
extension=php_interbase.dll
(you have to remove the semicolon from that line).
* Restart your webserver (Apache).

but, my problem is "Fatal error: Call to undefined function ibase_connect() in C:\xampp\htdocs\coba.php"


why??


thnks.