From:             
Operating system: Windows Xp Pro PL
PHP version:      5.3.6
Package:          InterBase related
Bug Type:         Bug
Bug description:Can not load php_interbase extension

Description:
------------
I copied PHP nts ZIP package into c:\php (also tested in c:\program
files\php)

PHP installed in IIS as FastCGI according to 

http://learn.iis.net/page.aspx/247/using-fastcgi-to-host-php-applications-on-iis-60/



php.ini configured properly (attached on test script field)

extension_dir as well 

phpinfo() test works fine



after uncommented php_interbase, I expect that section interbase will
appear in phpinfo. It didn't. No error messages during service starts.



php_interbase.dll is in place (in ext directory)



php_ini_loaded_file points to ini file I modified

comment / uncomment extension=php_mysql turns on/off mysql section



After replace all (except for php.ini) php file to version 5.2.17, section
interbase appears in phpinfo(). I did not observe problems with 5.2.17
version)



GDS32 is in c:\windows\system32 folder (version 6.3.0.26074 - Firebird
project 2.5.0.26074).



I tested all on two systems (on real and virtual computer)

Test script:
---------------
magic_quotes_sybase = On

extension_dir="C:\PHP\ext"

short_open_tag = On



[Interbase]

extension=php_interbase.dll

ibase.allow_persistent = 1

ibase.max_persistent = -1

ibase.max_links = -1

ibase.default_db = null

ibase.default_user = null

ibase.default_password = null

ibase.default_charset = null

ibase.timestampformat = "%Y-%m-%d %H:%M:%S"

ibase.dateformat = "%Y-%m-%d"

ibase.timeformat = "%H:%M:%S"





Expected result:
----------------
I expect section Interbase in phpinfo

Also I expect ibase_connect will works

Actual result:
--------------
Interbase section does not appear

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

Reply via email to