From:             
Operating system: win7 & winxp
PHP version:      5.3.5
Package:          InterBase related
Bug Type:         Bug
Bug description:php cannot load interbase/firebird module including pdo.

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 bug report at http://bugs.php.net/bug.php?id=54188&edit=1
-- 
Try a snapshot (PHP 5.2):            
http://bugs.php.net/fix.php?id=54188&r=trysnapshot52
Try a snapshot (PHP 5.3):            
http://bugs.php.net/fix.php?id=54188&r=trysnapshot53
Try a snapshot (trunk):              
http://bugs.php.net/fix.php?id=54188&r=trysnapshottrunk
Fixed in SVN:                        
http://bugs.php.net/fix.php?id=54188&r=fixed
Fixed in SVN and need be documented: 
http://bugs.php.net/fix.php?id=54188&r=needdocs
Fixed in release:                    
http://bugs.php.net/fix.php?id=54188&r=alreadyfixed
Need backtrace:                      
http://bugs.php.net/fix.php?id=54188&r=needtrace
Need Reproduce Script:               
http://bugs.php.net/fix.php?id=54188&r=needscript
Try newer version:                   
http://bugs.php.net/fix.php?id=54188&r=oldversion
Not developer issue:                 
http://bugs.php.net/fix.php?id=54188&r=support
Expected behavior:                   
http://bugs.php.net/fix.php?id=54188&r=notwrong
Not enough info:                     
http://bugs.php.net/fix.php?id=54188&r=notenoughinfo
Submitted twice:                     
http://bugs.php.net/fix.php?id=54188&r=submittedtwice
register_globals:                    
http://bugs.php.net/fix.php?id=54188&r=globals
PHP 4 support discontinued:          http://bugs.php.net/fix.php?id=54188&r=php4
Daylight Savings:                    http://bugs.php.net/fix.php?id=54188&r=dst
IIS Stability:                       
http://bugs.php.net/fix.php?id=54188&r=isapi
Install GNU Sed:                     
http://bugs.php.net/fix.php?id=54188&r=gnused
Floating point limitations:          
http://bugs.php.net/fix.php?id=54188&r=float
No Zend Extensions:                  
http://bugs.php.net/fix.php?id=54188&r=nozend
MySQL Configuration Error:           
http://bugs.php.net/fix.php?id=54188&r=mysqlcfg

Reply via email to