php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #54988 Can not load php_interbase extension
Submitted: 2011-06-03 17:42 UTC Modified: 2011-06-03 18:19 UTC
From: mariusz at specjalistainformatyk dot pl Assigned:
Status: Not a bug Package: InterBase related
PHP Version: 5.3.6 OS: Windows Xp Pro PL
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: mariusz at specjalistainformatyk dot pl
New email:
PHP Version: OS:

 

 [2011-06-03 17:42 UTC] mariusz at specjalistainformatyk dot pl
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

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-06-03 18:19 UTC] pajoye@php.net
-Status: Open +Status: Bogus
 [2011-06-03 18:19 UTC] pajoye@php.net
Please ask support on the php install mailing list. You certainly have a 
configuration problem.
 [2011-07-28 10:01 UTC] toonssy at hotmail dot com
I've got the same problem in FAST CGI
I use fbclient.dll

How do we use "php install mailing list" ?
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Wed Jul 02 05:01:42 2025 UTC