ID:               21652
 Updated by:       [EMAIL PROTECTED]
 Reported By:      kepesk at peto dot hu
 Status:           No Feedback
 Bug Type:         InterBase related
 Operating System: winxp
 PHP Version:      4.3.0
 New Comment:

First of all, you can't rollback a committed transaction. 

This bug is probably related to #7014 (errors returned by the Interbase
API were stored in a buffer that had already been freed, causing a
segfault) This has been fixed in 4.3.3.


Previous Comments:
------------------------------------------------------------------------

[2003-05-15 17:49:28] [EMAIL PROTECTED]

No feedback was provided. The bug is being suspended because
we assume that you are no longer experiencing the problem.
If this is not the case and you are able to provide the
information that was requested earlier, please do so and
change the status of the bug back to "Open". Thank you.



------------------------------------------------------------------------

[2003-05-10 21:35:00] [EMAIL PROTECTED]

Please try using this CVS snapshot:

  http://snaps.php.net/php4-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php4-win32-latest.zip

If you are still able to reproduce this bug
could you post a little example? (max 10 lines of code)


------------------------------------------------------------------------

[2003-01-15 03:10:19] kepesk at peto dot hu

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

Reply via email to