]> granicus.if.org Git - php/commit
- got rid of unneded calls to OCIAttrGet when reexecuting the same query
authorThies C. Arntzen <thies@php.net>
Fri, 8 Feb 2002 18:50:12 +0000 (18:50 +0000)
committerThies C. Arntzen <thies@php.net>
Fri, 8 Feb 2002 18:50:12 +0000 (18:50 +0000)
commit7f29ed579801fd56b9c594053fe52e046cfe0d5a
tree80aa16a01a5d4d76f101f6a718301113b3504eed
parentcf5ba0feec63f4fc60c0703100163cf567e611c8
- got rid of unneded calls to OCIAttrGet when reexecuting the same query
- only invalidate the define list after all rows from a REFCORSOR are read,
  "normal" corsors will now remember their column defines. this means that
  ocigetcolumn[name|type|..] will from now on work even after the result set
  has been read.
ext/oci8/oci8.c
ext/oci8/php_oci8.h