--TEST-- Transaction Boundaries Test --DESCRIPTION-- Validates that a transaction is bound to a connection. Test has several steps as follows: - Two concurrent connections initiate interlaced transactions. - Through each {connection, transaction} pair a number of rows are inserted into the same table. - Verifies that the table has expected number of rows. --ENV-- PHPT_EXEC=true --SKIPIF-- --FILE-- getMessage(); } ?> --EXPECT-- Test "Transaction - Boundaries" completed successfully.