0
I can’t get the php_interbase
on my WAMP server, I decrypted the php.ini
and yet PHP did not recognize.
Man Wamp
is 64x 2.5 with PHP 5.5, usage Windows 64 bits
. I installed the Firebird
on my machine too, in version 2.5 only in 32 bits.
Someone knows what else I can do?
Hello, suggestion, do not use WAMP even more if you will not use M-Mysql since you will use Firebird... Just install PHP and Firebird and test if you were able to enable "php_interbase" lib via Windows Prompt, you don’t even need Apache. Once the lib is OK there you install Apache.
– Fernando Mertins
I need to use Wamp because of some specific reasons and I won’t just use Firebird for it. Thank you.
– Huhifeku
I had this same problem. I had to install 32 Bit WAMP and 32 Bit Firebird 2.5. After that you have to go to the WAMP settings and enable 1 option in php.ini. Then follow these instructions: http://taylorlopes.com/wampserver-php-5-3-e-firebird-2-5-solved/
– Cyro Dubeux