Hello,
I was trying to Install Interbase Support for PHP 4.0.4, I just downloaded it from www.php.net.
My PHP.INI file looks like this.
extension_dir =
I also uncommented and copied the dll's to the windows directory.
extension=php_gd.dll
extension=php_interbase.dll
extension=php_pgsql.dll
to see if it worked a made a test.php
<?
phpInfo();
?>
When I run the script, there is an error that says that php was unable to load 'php_interbase.dll'. But, it's in the windows directory like 'php_gd.dll' and 'php_pgsql.dll', and both extensions are installed pretty well.
What is wrong???