From:             nicon49nicon at mail dot ru
Operating system: W2K Server
PHP version:      4.3.0
PHP Bug Type:     Unknown/Other Function
Bug description:  W2K Server, Apache 2.0.44, FireBird 1.5 (IB6 clone)

Anythings work fine, but this:

$dbh = ibase_connect($DBAlias, $DBUser, $DBPassword,'WIN1251',0,3);
 if (is_null($dbh)):
     echo "FB error";
 else:
    echo "FB Ok";
 endif;

both: if $DBAlias - correct, or not i have "FB Ok";
also i try is_int(),pconnect,gettype, etc - without effect. 
In Apache's log i see correct line:
"PHP Warning:  ibase_connect(): I/O error for file "D:\ph1p_objects.gdb"
Error while trying to open file The system cannot find the file
specified..."
-- 
Edit bug report at http://bugs.php.net/?id=22349&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=22349&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=22349&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=22349&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=22349&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=22349&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=22349&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=22349&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=22349&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=22349&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=22349&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22349&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=22349&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=22349&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=22349&r=gnused

Reply via email to