sixd            Tue Feb 19 19:04:03 2008 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/ext/oci8   package2.xml 
  Log:
  Update for PECL release
  
  
http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/package2.xml?r1=1.1.2.8.2.1&r2=1.1.2.8.2.2&diff_format=u
Index: php-src/ext/oci8/package2.xml
diff -u php-src/ext/oci8/package2.xml:1.1.2.8.2.1 
php-src/ext/oci8/package2.xml:1.1.2.8.2.2
--- php-src/ext/oci8/package2.xml:1.1.2.8.2.1   Thu Jan 31 01:33:29 2008
+++ php-src/ext/oci8/package2.xml       Tue Feb 19 19:04:03 2008
@@ -35,16 +35,24 @@
  </lead>
  <date>2007-10-05</date>
  <time>10:00:00</time>
+
  <version>
-  <release>1.3.0</release>
-  <api>1.3.0</api>
+  <release>1.3.1</release>
+  <api>1.3.1</api>
  </version>
  <stability>
   <release>beta</release>
   <api>beta</api>
  </stability>
  <license uri="http://www.php.net/license";>PHP</license>
- <notes>Added DRCP and FAN support.
+ <notes>Fixed bug #44113 (New collection creation can fail with OCI-22303)
+Fixed bug #42841 (Crash with REF CURSORS when statement caching enabled)
+Fixed bug #42496 (Cursor leak selecting LOBs
+Fixed bug #43497 (Temporary LOB leak)
+Fixed PECL bug #12431 (ping functionality is broken)
+Allow compilation with 64bit Instant Client RPMs
+Allow -with-oci8=instantclient with no directory specified look for RPM install
+Refine DRCP connection pooling functionality
  </notes>
  <contents>
   <dir name="/">
@@ -84,6 +92,7 @@
     <file name="bug35973.phpt" role="test" />
     <file name="bug36010.phpt" role="test" />
     <file name="bug36096.phpt" role="test" />
+    <file name="bug37220.phpt" role="test" />
     <file name="bug37581.phpt" role="test" />
     <file name="bug38161.phpt" role="test" />
     <file name="bug38173.phpt" role="test" />
@@ -91,6 +100,12 @@
     <file name="bug40415.phpt" role="test" />
     <file name="bug42134.phpt" role="test" />
     <file name="bug42173.phpt" role="test" />
+    <file name="bug42496_1.phpt" role="test" />
+    <file name="bug42496_2.phpt" role="test" />
+    <file name="bug42841.phpt" role="test" />
+    <file name="bug43492.phpt" role="test" />
+    <file name="bug43497.phpt" role="test" />
+    <file name="bug44113.phpt" role="test" />
     <file name="close.phpt" role="test" />
     <file name="coll_001.phpt" role="test" />
     <file name="coll_002_func.phpt" role="test" />
@@ -153,6 +168,18 @@
     <file name="define.phpt" role="test" />
     <file name="descriptors.phpt" role="test" />
     <file name="details.inc" role="test" />
+    <file name="drcp_characterset.phpt" role="test" />
+    <file name="drcp_conn_close1.phpt" role="test" />
+    <file name="drcp_conn_close2.phpt" role="test" />
+    <file name="drcp_connect1.phpt" role="test" />
+    <file name="drcp_connection_class.phpt" role="test" />
+    <file name="drcp_functions.inc" role="test" />
+    <file name="drcp_newconnect.phpt" role="test" />
+    <file name="drcp_pconn_close1.phpt" role="test" />
+    <file name="drcp_pconn_close2.phpt" role="test" />
+    <file name="drcp_privileged.phpt" role="test" />
+    <file name="drcp_scope1.phpt" role="test" />
+    <file name="drcp_scope2.phpt" role="test" />
     <file name="drop_table.inc" role="test" />
     <file name="drop_type.inc" role="test" />
     <file name="error1.phpt" role="test" />
@@ -218,6 +245,8 @@
     <file name="lob_038.phpt" role="test" />
     <file name="lob_039.phpt" role="test" />
     <file name="lob_040.phpt" role="test" />
+    <file name="lob_041.phpt" role="test" />
+    <file name="lob_042.phpt" role="test" />
     <file name="lob_aliases.phpt" role="test" />
     <file name="lob_null.phpt" role="test" />
     <file name="lob_temp1.phpt" role="test" />
@@ -240,6 +269,7 @@
     <file name="prefetch.phpt" role="test" />
     <file name="privileged_connect1.phpt" role="test" />
     <file name="privileged_connect.phpt" role="test" />
+    <file name="rowid_bind.phpt" role="test" />
     <file name="select_null.phpt" role="test" />
     <file name="serverversion.phpt" role="test" />
     <file name="skipif.inc" role="test" />
@@ -249,6 +279,7 @@
     <file name="test.gif" role="test" />
     <file name="test.txt" role="test" />
     <file name="uncommitted.phpt" role="test" />
+    <file name="xmltype_01.phpt" role="test" />
    </dir> <!-- //tests -->
    <file name="config.m4" role="src" />
    <file name="config.w32" role="src" />
@@ -278,10 +309,30 @@
  </dependencies>
  <providesextension>oci8</providesextension>
  <extsrcrelease>
-  <configureoption default="autodetect" name="with-oci8" prompt="Please 
provide the path to ORACLE_HOME dir. Use 
&apos;instantclient,/path/to/instant/client/lib&apos; if you&apos;re compiling 
against Oracle Instant Client" />
+  <configureoption default="autodetect" name="with-oci8" prompt="Please 
provide the path to ORACLE_HOME dir. Use 
&apos;instantclient,/path/to/instant/client/lib&apos; if you&apos;re compiling 
with Oracle Instant Client" />
  </extsrcrelease>
  <changelog>
 
+ <release>
+ <version>
+  <release>1.3.1</release>
+  <api>1.3.1</api>
+ </version>
+ <stability>
+  <release>beta</release>
+  <api>beta</api>
+ </stability>
+ <license uri="http://www.php.net/license";>PHP</license>
+ <notes>Fixed bug #44113 (New collection creation can fail with OCI-22303)
+Fixed bug #42841 (Crash with REF CURSORS when statement caching enabled)
+Fixed bug #42496 (Cursor leak selecting LOBs
+Fixed bug #43497 (Temporary LOB leak)
+Fixed PECL bug #12431 (ping functionality is broken)
+Allow compilation with 64bit Instant Client RPMs
+Allow -with-oci8=instantclient with no directory specified look for RPM install
+Refine DRCP functionality
+ </notes>
+ </release>
 
  <release>
  <version>
@@ -297,7 +348,6 @@
  </notes>
  </release>
 
-
  <release>
  <version>
   <release>1.2.4</release>
@@ -308,21 +358,22 @@
   <api>stable</api>
  </stability>
  <license uri="http://www.php.net/license";>PHP</license>
- <notes>Fixed PECL bug #10194 (crash in Oracle client when memory limit 
reached in the callback).
-Fixed bug #42173 (oci_field_type fixes for INTERVAL and TIMESTAMP types).
-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).
+ <notes>Fixed PECL bug #10194 (crash in Oracle client when memory limit 
reached in the callback)
+Fixed bug #42173 (oci_field_type fixes for INTERVAL and TIMESTAMP types)
+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 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).
+Improved oci_password_change() to close persistent connections on shutdown (to 
update hashed connection details)
 Changed oci_pconnect() to behave like oci_connect() when SYSDBA and SYSOPER 
privileges are used.
 Various minor improvements.
  </notes>
   </release>
+
   <release>
    <version>
     <release>1.2.3</release>
@@ -342,6 +393,7 @@
 Various minor improvements.
    </notes>
   </release>
+
   <release>
    <version>
     <release>1.2.2</release>
@@ -366,6 +418,7 @@
 Fixed PECL bug #8112 (Persistent connections misbehave when Apache process 
times out)
    </notes>
   </release>
+
   <release>
    <version>
     <release>1.2.1</release>
@@ -386,6 +439,7 @@
 Fixed bug #36820 (Privileged connection with an Oracle password file fails)
    </notes>
   </release>
+
   <release>
    <version>
     <release>1.2.0</release>
@@ -406,6 +460,7 @@
 Fixed bug #33383 (crash when retrieving empty BLOBs)
    </notes>
   </release>
+
   <release>
    <version>
     <release>1.1.1</release>
@@ -421,6 +476,7 @@
 Fixed problem with oci_error() without arguments.
    </notes>
   </release>
+
   <release>
    <version>
     <release>1.1</release>
@@ -432,11 +488,12 @@
    </stability>
    <date>2005-09-07</date>
    <license uri="http://www.php.net/license";>PHP</license>
-   <notes>This release fixes a huge amount of bugs and adds support of 
+   <notes>This release fixes a huge amount of bugs and adds support of
 statement caching, external credentials etc.
 See official announce for details.
    </notes>
   </release>
+
   <release>
    <version>
     <release>1.0</release>
@@ -451,5 +508,6 @@
    <notes>package.xml added to support installation using pear installer
    </notes>
   </release>
+
  </changelog>
 </package>

-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to