From 48bc90a8aa35cc028e8236bc24c5e07d16662d2f Mon Sep 17 00:00:00 2001 From: "Thies C. Arntzen" Date: Sun, 27 Feb 2000 14:31:04 +0000 Subject: [PATCH] just so that i don't forget --- ext/oci8/oci8.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index 14e1c24d31..8cadec0fe8 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -41,6 +41,8 @@ * - change all the lob stuff to work without classes (optional)! * - make sure that the callbacks terminate the strings with \0 * - cleanup the ociexecute semantics for refcursors + * - make $lob->savefile use O_BINARY + * - line 2728: ub4 length = -1; needs fixing */ /* {{{ includes & stuff */ -- 2.50.1