--TEST-- Bug #42496 (LOB fetch leaks cursors, eventually failing with ORA-1000 maximum open cursors reached) --SKIPIF-- true, 'timesten' => false); // test runs on these DBs require(__DIR__.'/skipif.inc'); if (getenv('SKIP_SLOW_TESTS')) die('skip slow tests excluded by request'); ?> --FILE-- free(); $arr['C2']->free(); } } oci_free_statement($s); } echo "Done\n"; // Cleanup $stmtarray = array( "DROP table bug42496_1_tab" ); oci8_test_sql_execute($c, $stmtarray); ?> --EXPECT-- Test 1 Done