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
This commit is contained in:
Popa Adrian Marius 2013-03-08 15:26:13 +00:00
parent 24f13612f5
commit 1d8f6d7da3

View file

@ -23,8 +23,7 @@
</para>
<note>
<para>
The behaviour of this function has been changed in PHP 5.0.0. The first call
to <function>ibase_trans</function> will not return the default transaction
The first call to <function>ibase_trans</function> will not return the default transaction
of a connection. All transactions started by <function>ibase_trans</function>
will be rolled back at the end of the script if they were not committed or
rolled back by either <function>ibase_commit</function> or
@ -33,7 +32,7 @@
</note>
<note>
<para>
In PHP 5.0.0. and up, this function will accept multiple <parameter>trans_args</parameter>
This function will accept multiple <parameter>trans_args</parameter>
and <parameter>link_identifier</parameter> 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