From:             [EMAIL PROTECTED]
Operating system: winxp
PHP version:      4.3.0
PHP Bug Type:     InterBase related
Bug description:  ibase connect and trans error

When I use pconnect, and I open an db, and second I try to open an db with
invalid path, the php is make general prot. fault, an it is exit without
an error.

When I make transaction, and I commit it, and I try to rollback the
committed tr, the php is make GPF, and it is exit without an error.

$tr=ibase_trans($db,...);
ibase_commit($tr);
...
ibase_rollback($tr); !!!!!

-- 
Edit bug report at http://bugs.php.net/?id=21652&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=21652&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=21652&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=21652&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=21652&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=21652&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=21652&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=21652&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=21652&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=21652&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=21652&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=21652&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=21652&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=21652&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=21652&r=gnused

Reply via email to