--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(dirname(__FILE__).'/skipif.inc'); if ($stress_test !== true) die ('skip Slow test not run when $stress_test is FALSE'); ?> --FILE-- free(); $arr['C2']->free(); } } oci_free_statement($s); } echo "Done\n"; // Cleanup $stmtarray = array( "DROP table bug42496_tab" ); oci8_test_sql_execute($c, $stmtarray); ?> --EXPECTF-- Test 1 Done