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