Test: /ext/pdo_oci/tests/pdo_oci_attr_autocommit_1.phpt - Version 5.4.9-dev    

There is 1 diff reported by users for this test.

Count Diff
1 (100%)
001+ Segmentation fault (core dumped)
001- PDO::ATTR_AUTOCOMMIT: Default: bool(true)
002- Change setting to false - PDO::ATTR_AUTOCOMMIT: bool(false)
003- Change setting back to true - PDO::ATTR_AUTOCOMMIT: bool(true)
004- Insert data
005- Second connection should be able to see committed data
006- Data is: some data
007- Done