From: Thies C. Arntzen Date: Sun, 27 Feb 2000 14:31:04 +0000 (+0000) Subject: just so that i don't forget X-Git-Tag: PHP-4.0-RC1~376 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=48bc90a8aa35cc028e8236bc24c5e07d16662d2f;p=php just so that i don't forget --- 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 */