]> granicus.if.org Git - php/commitdiff
prepare to the next release
authorAntony Dovgal <tony2001@php.net>
Tue, 7 Mar 2006 10:22:54 +0000 (10:22 +0000)
committerAntony Dovgal <tony2001@php.net>
Tue, 7 Mar 2006 10:22:54 +0000 (10:22 +0000)
ext/oci8/package.xml

index ce9ff36ffd14d8af2129c69c1df283e0dee71e36..f89dd9ae300ad16e87dd73c083cbdfd8359ea7c9 100644 (file)
  <release>
   <state>beta</state>
   <version>1.2</version>
-  <date>2005-??-??</date>
+  <date>2006-??-??</date>
   <notes>
+   Changed OCI8 code to use OCIServerVersion() instead of OCIPing(), which may crash Oracle server of version < 10.2
+   Fixed bug #36235 (ocicolumnname returns false before a succesfull fetch)
+   Fixed bug #36096 (oci_result() returns garbage after oci_fetch() failed)
+   Fixed bug #36055 (possible OCI8 crash in multithreaded environment)
+   Fixed bug #36010 (Segfault when re-creating and re-executing statements with bound parameters)
    Fixed PECL bug #5571 (oci_new_connect() not closed by oci_close())
    Fixed bug #33383 (crash when retrieving empty BLOBs)
   </notes>
   <file role="src" name="oci8_collection.c"/>
   <file role="src" name="php_oci8.h"/>
   <file role="src" name="php_oci8_int.h"/>
+  <file role="test" name="tests/bind_empty.phpt"/>
   <file role="test" name="tests/bug26133.phpt"/>
   <file role="test" name="tests/bug27303_2.phpt"/>
   <file role="test" name="tests/bug27303_3.phpt"/>
   <file role="test" name="tests/bug27303_4.phpt"/>
   <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/close.phpt"/>
   <file role="test" name="tests/coll_001.phpt"/>
   <file role="test" name="tests/coll_002_func.phpt"/>