Did I purchase the wrong SC6? I specifically ordered the one that included FB. On a clean install of Windows 2008 Web Server, (no Apache, No Scriptcase, No PHP) I installed SC6, and found it is not defaulted to recognize FB. So I checked the PHP.INI file and had to add the line
extension=php_interbase.dll (I added it just under the line: extension=php_sqlsrv.dll)
I then made sure that there was a copy of php_interbase.dll in the folder:
…endServerlibphpext
I’ve restarted the ApacheScriptcase6 server, then rebooted the whole server several times and…
When I run localhost:86/scriptcase/info.php
There is no “Apache” section, and there is no Interbase section.
When I run the scriptcasediagnosis, under Databases, Other databases are marked with a check mark, but Interbase is still marked with an X, meaning it is not recognized.
Somehow, Zend or Apache refuses to recognize my php_interbase.dll
How can I fix this?