diff options
author | Thies C. Arntzen <thies@php.net> | 2000-02-27 18:02:14 +0000 |
---|---|---|
committer | Thies C. Arntzen <thies@php.net> | 2000-02-27 18:02:14 +0000 |
commit | 08055feffaaeea7c16f9bbf018dc85000bce2a3b (patch) | |
tree | 4ed53b0d2cd73c339068b9725f26860943b87ac9 /ext/oci8 | |
parent | 865b7ac545a3166e608478a9f9297301dfa50ede (diff) | |
download | php-git-08055feffaaeea7c16f9bbf018dc85000bce2a3b.tar.gz |
out of space in private (brain) memory;-)
Diffstat (limited to 'ext/oci8')
-rw-r--r-- | ext/oci8/oci8.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 */ |