sixd            Mon Mar 16 05:44:49 2009 UTC

  Modified files:              (Branch: PHP_5_3)
    /php-src/ext/oci8   php_oci8.h package2.xml 
  Log:
  MFH Prepare for PECL OCI8 1.3.5
  
http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/php_oci8.h?r1=1.36.2.2.2.1.2.12&r2=1.36.2.2.2.1.2.13&diff_format=u
Index: php-src/ext/oci8/php_oci8.h
diff -u php-src/ext/oci8/php_oci8.h:1.36.2.2.2.1.2.12 
php-src/ext/oci8/php_oci8.h:1.36.2.2.2.1.2.13
--- php-src/ext/oci8/php_oci8.h:1.36.2.2.2.1.2.12       Mon Mar  9 17:42:22 2009
+++ php-src/ext/oci8/php_oci8.h Mon Mar 16 05:44:49 2009
@@ -25,7 +25,7 @@
    +----------------------------------------------------------------------+
 */
 
-/* $Id: php_oci8.h,v 1.36.2.2.2.1.2.12 2009/03/09 17:42:22 sixd Exp $ */
+/* $Id: php_oci8.h,v 1.36.2.2.2.1.2.13 2009/03/16 05:44:49 sixd Exp $ */
 
 #if HAVE_OCI8
 # ifndef PHP_OCI8_H
@@ -46,7 +46,7 @@
  */
 #undef PHP_OCI8_VERSION
 #endif
-#define PHP_OCI8_VERSION "1.3.5-dev"
+#define PHP_OCI8_VERSION "1.3.5"
 
 extern zend_module_entry oci8_module_entry;
 #define phpext_oci8_ptr &oci8_module_entry
http://cvs.php.net/viewvc.cgi/php-src/ext/oci8/package2.xml?r1=1.1.2.8.2.8&r2=1.1.2.8.2.9&diff_format=u
Index: php-src/ext/oci8/package2.xml
diff -u php-src/ext/oci8/package2.xml:1.1.2.8.2.8 
php-src/ext/oci8/package2.xml:1.1.2.8.2.9
--- php-src/ext/oci8/package2.xml:1.1.2.8.2.8   Sun Jul 27 17:50:41 2008
+++ php-src/ext/oci8/package2.xml       Mon Mar 16 05:44:49 2009
@@ -9,6 +9,12 @@
  <description>This extension allows you to access Oracle databases using the 
Oracle Call Interface (OCI8). It can be built with PHP 4.3.9 to 5.x.  It can be 
linked with Oracle 9.2, 10.2 or 11.1 client libraries.
  </description>
  <lead>
+  <name>Christopher Jones</name>
+  <user>sixd</user>
+  <email>s...@php.net</email>
+  <active>yes</active>
+ </lead>
+ <lead>
   <name>Antony Dovgal</name>
   <user>tony2001</user>
   <email>tony2...@php.net</email>
@@ -26,18 +32,12 @@
   <email>a...@zend.com</email>
   <active>no</active>
  </lead>
- <lead>
-  <name>Christopher Jones</name>
-  <user>sixd</user>
-  <email>s...@php.net</email>
-  <active>yes</active>
- </lead>
 
- <date>2008-07-27</date>
- <time>16:00:00</time>
+ <date>2009-03-16</date>
+ <time>10:00:00</time>
 
  <version>
-  <release>1.3.4</release>
+  <release>1.3.5</release>
   <api>1.3.4</api>
  </version>
  <stability>
@@ -45,11 +45,13 @@
   <api>stable</api>
  </stability>
  <license uri="http://www.php.net/license";>PHP</license>
- <notes>
-Enhancement - Allow External Authentication (not supported on Windows)
-Enhancement - Reflection will show function and method arguments with PHP 5.x
-Increase default oci8.default_prefetch from 10 to 100
-Correctly define SQLT_BDOUBLE and SQLT_BFLOAT constants with Oracle 10g 
ORACLE_HOME builds
+ <notes>Fixed Bug #47243 (Crash at end of request shutdown on Windows)
+Fixed Bug #46994 (CLOB size does not update when using CLOB IN OUT param in 
stored procedure)
+Fixed Bug #46623 (phpinfo doesn't show compile time ORACLE_HOME with phpize)
+Fixed bug #45458 (Numeric keys for associative arrays are not handled 
properly) Note: not fixed when building with PHP 4 due to lack of PHP internal 
helper.
+Fixed PECL Bug #16035 (oci_connect without ORACLE_HOME defined causes segfault)
+Fixed PECL Bug #15988 (sqlnet.ora isn't read with older Oracle libraries)
+Fixed PECL Bug #14268 (Allow "pecl install oci8" command to "autodetect" an 
Instant Client RPM install)
  </notes>
  <contents>
   <dir name="/">
@@ -76,6 +78,9 @@
     <file name="array_bind_int.phpt" role="test" />
     <file name="array_bind_str1.phpt" role="test" />
     <file name="array_bind_str.phpt" role="test" />
+    <file name="b47243_1.phpt" role="test" />
+    <file name="b47243_2.phpt" role="test" />
+    <file name="b47243_3.phpt" role="test" />
     <file name="bind_char_1.phpt" role="test" />
     <file name="bind_char_2.phpt" role="test" />
     <file name="bind_char_3.phpt" role="test" />
@@ -112,6 +117,9 @@
     <file name="bug44008.phpt" role="test" />
     <file name="bug44113.phpt" role="test" />
     <file name="bug44206.phpt" role="test" />
+    <file name="bug45458.phpt" role="test" />
+    <file name="bug46994.phpt" role="test" />
+    <file name="bug47189.phpt" role="test" />
     <file name="bug6109.phpt" role="test" />
     <file name="close.phpt" role="test" />
     <file name="coll_001.phpt" role="test" />
@@ -288,6 +296,7 @@
     <file name="pecl_bug10194_blob_64.phpt" role="test" />
     <file name="pecl_bug10194_blob.phpt" role="test" />
     <file name="pecl_bug10194.phpt" role="test" />
+    <file name="pecl_bug16035.phpt" role="test" />
     <file name="pecl_bug8816.phpt" role="test" />
     <file name="persistent.phpt" role="test" />
     <file name="prefetch_old.phpt" role="test" />
@@ -343,6 +352,24 @@
 
 <release>
  <version>
+  <release>1.3.4</release>
+  <api>1.3.4</api>
+ </version>
+ <stability>
+  <release>stable</release>
+  <api>stable</api>
+ </stability>
+ <license uri="http://www.php.net/license";>PHP</license>
+ <notes>
+Enhancement - Allow External Authentication (not supported on Windows)
+Enhancement - Reflection will show function and method arguments with PHP 5.x
+Increase default oci8.default_prefetch from 10 to 100
+Correctly define SQLT_BDOUBLE and SQLT_BFLOAT constants with Oracle 10g 
ORACLE_HOME builds
+ </notes>
+</release>
+
+<release>
+ <version>
   <release>1.3.3</release>
   <api>1.3.3</api>
  </version>



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

Reply via email to