Subject | Firebird 2.1.3 (ibase_server_info(): unknown ISC error 0) |
---|---|
Author | jbondc |
Post date | 2010-07-29T13:36:50Z |
Hi list,
On a linux centos 5.4 server with:
rpm -i FirebirdCS-2.1.3.18185-0.i686.rpm
And with php 5.2.13 interbase module:
<?php
$svc = ibase_service_attach($host, $user, $pass);
var_dump( ibase_server_info($svc, IBASE_SVC_GET_ENV) );
ibase_service_detach($svc);
?>
I get the following error:
ibase_server_info(): unknown ISC error 0
After installing:
rpm -i FirebirdCS-2.0.6.13266-0.i686.rpm
I get the expected output:
string(14) "/opt/firebird/"
Any ideas? It looks like a problem with Firebird 2.1.3 or the php
module needs to be patched?
On a linux centos 5.4 server with:
rpm -i FirebirdCS-2.1.3.18185-0.i686.rpm
And with php 5.2.13 interbase module:
<?php
$svc = ibase_service_attach($host, $user, $pass);
var_dump( ibase_server_info($svc, IBASE_SVC_GET_ENV) );
ibase_service_detach($svc);
?>
I get the following error:
ibase_server_info(): unknown ISC error 0
After installing:
rpm -i FirebirdCS-2.0.6.13266-0.i686.rpm
I get the expected output:
string(14) "/opt/firebird/"
Any ideas? It looks like a problem with Firebird 2.1.3 or the php
module needs to be patched?