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