diff options
| author | Christopher Jones <sixd@php.net> | 2007-08-08 04:36:02 +0000 |
|---|---|---|
| committer | Christopher Jones <sixd@php.net> | 2007-08-08 04:36:02 +0000 |
| commit | bc890f08fbf4594844c0b2e8e448f26403dfc032 (patch) | |
| tree | c877ada13f746974978ed81b05a6a20ed324d486 /ext/oci8 | |
| parent | 83928238c287b4faa98a7fd857fb98f28470108f (diff) | |
| download | php-git-bc890f08fbf4594844c0b2e8e448f26403dfc032.tar.gz | |
Record 'nother bug fix
Diffstat (limited to 'ext/oci8')
| -rw-r--r-- | ext/oci8/package2.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ext/oci8/package2.xml b/ext/oci8/package2.xml index 61daad5dd2..523023d6ed 100644 --- a/ext/oci8/package2.xml +++ b/ext/oci8/package2.xml @@ -44,7 +44,8 @@ Fixed bug #42134 (oci_error() returns false after oci_new_collection() fails). Fixed bug #41917 (oci_field_precision and oci_field_scale datatypes fixed). Fixed bug #41711 (Null temporary lobs not supported). Fixed bug #41594 (Statement cache is flushed too frequently). -Fixed segfault on rebindinging and rexecuting a statement with LOBs. +Fixed bug #40415 (oci_fetch_all and nested cursors, allocate descriptors dynamically) +Fixed segfault on rebinding and re-executing a statement with LOBs. Fixed compile failure in ZTS mode when collections support is missing. Allowed statement cache size to be set for non-persistent connections. Improved oci_password_change() to close persistent connections on shutdown (to update hashed connection details). |
