]> granicus.if.org Git - php/commitdiff
update changelog and file list
authorAntony Dovgal <tony2001@php.net>
Wed, 9 Aug 2006 12:20:45 +0000 (12:20 +0000)
committerAntony Dovgal <tony2001@php.net>
Wed, 9 Aug 2006 12:20:45 +0000 (12:20 +0000)
ext/oci8/package.xml

index 2867bfc732aafc3b02391438bb3305873e238e9f..50d281b5e3441feedaac60d754119d73e396d556 100644 (file)
@@ -34,6 +34,7 @@
   <date>2006-08-07</date>
   <notes>
    Reimplemented oci_lob_read() utilities using patch from Massimo Squillace (msquillace at sogei dot it), which should fix Unicode LOB problems.
+   Fixed bug #38161 (oci_bind_by_name() returns garbage when Oracle didn't set the variable)
    Fixed bug #38173 (Freeing nested cursors causes OCI8 to segfault)
    Fixed bug #37886 (oci_connect may crash when charset parameter is given)
    Fixed bug #37931 (possible crash after database restart when using persistent connections)
@@ -41,6 +42,7 @@
    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)
    Fixed bug #34005 (oci_password_change() fails). Patch by pholdaway at technocom-wireless dot com.
+   Fixed PECL bug #8112 (Persistent connections misbehave when Apache process times out)
   </notes>
   <deps>
    <dep type="php" rel="ge" version="4.3.10"/>
@@ -70,6 +72,8 @@
   <file role="test" name="tests/bug27303.phpt"/>
   <file role="test" name="tests/bug32325.phpt"/>
   <file role="test" name="tests/bug36096.phpt"/>
+  <file role="test" name="tests/bug37581.phpt"/>
+  <file role="test" name="tests/bug38161.phpt"/>
   <file role="test" name="tests/bug38173.phpt"/>
   <file role="test" name="tests/close.phpt"/>
   <file role="test" name="tests/coll_001.phpt"/>