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. + +