Subject | Windows Server 2003 x64 SP2 Unable to load php_interbase.dll |
---|---|
Author | Denys Khanzhyiev |
Post date | 2014-11-22T01:49:35Z |
I am building and testing setup script for my program using Apache, PHP, FB.
Keep getting following:
C:\Monitors_Server\php>php
PHP Warning: PHP Startup: Unable to load dynamic library 'C:\Monitors_Server\ph
p\ext\php_interbase.dll' - This application has failed to start because the appl
ication configuration is incorrect. Reinstalling the application may fix this pr
oblem.
in Unknown on line 0
^C
C:\Monitors_Server\php>
under Windows Server 2003, fresh install.
Tried with PHP 5.4.35, 5.3.29 from here http://windows.php.net/download/
normally I install client with
instclient i f
but copying FBCLIENT.DLL or gds32.dll to php or ext dir also does not help
The same setup script works fine under fresh Windows 7 x64.
Any suggestions, maybe different build? Or how to discover what is wrong with php_interbase.dll loading?
Thanks