Edit report at http://bugs.php.net/bug.php?id=54188&edit=1
ID: 54188 Updated by: paj...@php.net Reported by: jacobswell4u at yahoo dot com Summary: php cannot load interbase/firebird module including pdo. -Status: Open +Status: Feedback Type: Bug Package: InterBase related Operating System: win7 & winxp PHP Version: 5.3.5 Block user comment: N Private report: N New Comment: You have to install fbclient 2.5, that's expected. Pdo_firebird loads just fine, PDO is builtin in PHP, there is no need to enable php_pdo.dll. Are you sure that you did not mix versions? Previous Comments: ------------------------------------------------------------------------ [2011-03-08 01:53:45] jacobswell4u at yahoo dot com Description: ------------ to load firebird module I changed php.ini extension=php_interbase.dll extension=php_pdo_firebird.dll before you start php, you have to prepare dll files because PHP release zip file does not have these dll any more. When starting, php gives two errors: (I copied fbclient.dll from firebird 2.5 to php directory and Apache's bin directory.) 1. cannot load php_interbase.dll. 2. cannot load php_pdo_firebird.dll becuase it requires php_pdo.dll. but to me 5.3.5 has pdo support in itself! so I had to use the old 5.3.1 version. ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=54188&edit=1