]> granicus.if.org Git - php/commitdiff
Prepare for OCI8 2.0.5 release
authorChristopher Jones <sixd@php.net>
Thu, 17 Oct 2013 19:15:45 +0000 (12:15 -0700)
committerChristopher Jones <sixd@php.net>
Thu, 17 Oct 2013 19:15:45 +0000 (12:15 -0700)
ext/oci8/package.xml
ext/oci8/php_oci8.h

index 7eccd9d8f9950038385759db665979d23d3ed7b4..1ef8f1fd855e5bd6f9f8ffde09bcf4d08311f1dd 100644 (file)
@@ -58,13 +58,12 @@ libraries are available.
   </stability>
   <license uri="http://www.php.net/license">PHP</license>
   <notes>
-Bump mininum requirements for PHP OCI8 2.0 to PHP 5.2 and Oracle
-client library 10.2 (Note this will connect to Oracle Database 8.1.7
-onwards). Use the older OCI8 1.4 if an earlier PHP version or older
-Oracle client library support is necessary.
+Bump PHP OCI8 2.0 mininum requirements to PHP 5.2 and Oracle client
+library 10.2.  (Use OCI8 1.4 for older PHP version support or if only
+Oracle 9.2 client libraries are available.)
 
 Re-enable php_oci8.dll and php_oci8_11g.dll for Windows builds so URL
-linking works in the new Windows PECL infrastructure.
+links work in the new Windows PECL infrastructure.
   </notes>
  <contents>
   <dir name="/">
index 1ea0411073e2ebabe392f596c7d8c1c2f23ea40e..ee8d83122114f7684ddc899b9defe139bea9d6da 100644 (file)
  */
 #ifdef PHP_OCI8_VERSION
 /* The definition of PHP_OCI8_VERSION changed in PHP 5.3 and building
- * this code with PHP 5.2 and earlier (e.g. when using OCI8 from PECL)
- * will conflict.
+ * this code with PHP 5.2 (e.g. when using OCI8 from PECL) will conflict.
  */
 #undef PHP_OCI8_VERSION
 #endif
-#define PHP_OCI8_VERSION "2.0.5-dev"
+#define PHP_OCI8_VERSION "2.0.5"
 
 extern zend_module_entry oci8_module_entry;
 #define phpext_oci8_ptr &oci8_module_entry