From 1d8f6d7da39a1ac19bd2f0217c44aaef2c40dedf Mon Sep 17 00:00:00 2001 From: Popa Adrian Marius Date: Fri, 8 Mar 2013 15:26:13 +0000 Subject: [PATCH] This default behavior for function on all phps > 5.0 git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@329710 c90b9560-bf6c-de11-be94-00142212c4b1 --- reference/ibase/functions/ibase-trans.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/reference/ibase/functions/ibase-trans.xml b/reference/ibase/functions/ibase-trans.xml index fd3da75af1..1cc36ab585 100644 --- a/reference/ibase/functions/ibase-trans.xml +++ b/reference/ibase/functions/ibase-trans.xml @@ -23,8 +23,7 @@ - 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 + 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 @@ -33,7 +32,7 @@ - In PHP 5.0.0. and up, this function will accept multiple trans_args + This function will accept multiple trans_args and link_identifier arguments. This allows transactions over multiple database connections, which are committed using a 2-phase commit algorithm. This means you can rely on the updates to either succeed in every