From: Thies C. Arntzen Date: Sun, 27 Feb 2000 18:02:14 +0000 (+0000) Subject: out of space in private (brain) memory;-) X-Git-Tag: PHP-4.0-RC1~372 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=08055feffaaeea7c16f9bbf018dc85000bce2a3b;p=php out of space in private (brain) memory;-) --- diff --git a/ext/oci8/oci8.c b/ext/oci8/oci8.c index 8cadec0fe8..587e9b7667 100644 --- a/ext/oci8/oci8.c +++ b/ext/oci8/oci8.c @@ -43,6 +43,7 @@ * - cleanup the ociexecute semantics for refcursors * - make $lob->savefile use O_BINARY * - line 2728: ub4 length = -1; needs fixing + * - delay OCIInitialize() as far as we can. */ /* {{{ includes & stuff */