mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
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:
parent
24f13612f5
commit
1d8f6d7da3
1 changed files with 2 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue