From:             
Operating system: Windows 7
PHP version:      5.3.5
Package:          InterBase related
Bug Type:         Bug
Bug description:Apache 2.2 will not start with Interbase enabled

Description:
------------
Adding "extension=php_interbase.dll" to the end of php.ini causes Apache
2.2 to fail to start ANY services. Without "extension=php_interbase.dll",
ibase_connect fails as an undefined function, so Interbase is not enabled
as a service by default even though php.ini contains the basic defaults
such as "ibase.allow_persistent = 1".



This system is also running PHPEd, with its associated PHP which works
fine. When bypassing Apache and confining the pages to PHPEd, everything
works.  The "extension=php_interbase.dll" is in the PHPEd php.ini.  The
InterBase server is running on this system, and PHPEd has no trouble
finding it without any explicit directions.



Either there is another way to enable InterBase on 5.35, or something is
wrong. 

Test script:
---------------
$DBUser='MAINUSER';

$DBPass='MAINPASS'; 

$DB=ibase_connect('127.0.0.1:C:/SDB/George.gdb', $DBUser, $DBPass);

Expected result:
----------------
ibase_connect should be recognized as a valid function.

Actual result:
--------------
ibase_connect is declared an undefined function.

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

Reply via email to