Edit report at http://bugs.php.net/bug.php?id=53771&edit=1

 ID:                 53771
 Updated by:         [email protected]
 Reported by:        jackmason at mindspring dot com
 Summary:            Apache 2.2 will not start with Interbase enabled
-Status:             Open
+Status:             Feedback
 Type:               Bug
 Package:            InterBase related
 Operating System:   Windows 7
 PHP Version:        5.3.5
 Block user comment: N
 Private report:     N

 New Comment:

Have you followed the instructions at 

http://php.net/manual/en/ibase.installation.php -- in particular,

ensuring that gds32.dll is in the PATH?


Previous Comments:
------------------------------------------------------------------------
[2011-01-17 23:49:58] jackmason at mindspring dot com

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 this bug report at http://bugs.php.net/bug.php?id=53771&edit=1

Reply via email to