diff options
| author | Antony Dovgal <tony2001@php.net> | 2006-06-28 15:05:17 +0000 |
|---|---|---|
| committer | Antony Dovgal <tony2001@php.net> | 2006-06-28 15:05:17 +0000 |
| commit | a6b16202675e4fd69f73da409c6a215cf1bef2cf (patch) | |
| tree | 040b6af37bac4e55cbe6aad747526872945b4d4f | |
| parent | 310903208ae857a13b78af76c81289b9c4fc9ef5 (diff) | |
| download | php-git-a6b16202675e4fd69f73da409c6a215cf1bef2cf.tar.gz | |
update changelog
| -rw-r--r-- | ext/oci8/package.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ext/oci8/package.xml b/ext/oci8/package.xml index 13c29c90ea..9fe4263680 100644 --- a/ext/oci8/package.xml +++ b/ext/oci8/package.xml @@ -33,6 +33,7 @@ <version>1.2.2</version> <date>2006-06-07</date> <notes> + Fixed bug #37931 (possible crash after database restart when using persistent connections) Fixed bug #37531 (oci8 persistent connection corruption) Fixed bug #37487 (oci_fetch_array() array-type should always default to OCI_BOTH) Fixed bug #37392 (Unnecessary call to OCITransRollback() at the end of request) |
