From 7db572ab4d41adf1611b9ec8f8ff05019b5dfb32 Mon Sep 17 00:00:00 2001 From: Ard Biesheuvel Date: Tue, 2 Sep 2003 11:56:46 +0000 Subject: [PATCH] Add PHP5 note git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@139463 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/ibase/functions/ibase-trans.xml | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/reference/ibase/functions/ibase-trans.xml b/reference/ibase/functions/ibase-trans.xml index c9eee63042..b9cdf57eeb 100644 --- a/reference/ibase/functions/ibase-trans.xml +++ b/reference/ibase/functions/ibase-trans.xml @@ -1,5 +1,5 @@ - + @@ -22,6 +22,16 @@ IBASE_CONCURRENCY, IBASE_REC_VERSION, IBASE_REC_NO_VERSION, IBASE_WAIT and IBASE_NOWAIT. + + + The behaviour of this function has been changed in PHP 5.0.0. The first call + to ibase_trans will not return the default transaction + of a connection. All transactions started by ibase_trans + will be rolled back at the end of the script if they were not committed or + rolled back by either ibase_commit or + ibase_rollback. + +