Page 1 of 1

XAMPP 1.8.3 and php_pdo_firebird.dll not work... how to fix?

PostPosted: 09. June 2014 18:21
by wemersonrv
Hi all !

I have installed XAMPP v1.8.3 in my Windows 7 64 Bits and try to enable support to Firebird but does not work.

in my php.ini i'm enable the both lines ;extension=php_pdo_firebird.dll and ;extension=php_interbase.dll and reload server...

But when i try to view what drivers are active in PDO, Firebird/Interbase is not present:

Code: Select all
print_r( PDO::getAvailableDrivers() );

// Returns...

Array
(
    [0] => mysql
    [1] => sqlite
)


How can i solve it?