Skip to content

Commit c59d790

Browse files
committed
Prepare for OCI8 2.0.5 release
1 parent cefbf93 commit c59d790

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

ext/oci8/package.xml

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,13 +58,12 @@ libraries are available.
5858
</stability>
5959
<license uri="http://www.php.net/license">PHP</license>
6060
<notes>
61-
Bump mininum requirements for PHP OCI8 2.0 to PHP 5.2 and Oracle
62-
client library 10.2 (Note this will connect to Oracle Database 8.1.7
63-
onwards). Use the older OCI8 1.4 if an earlier PHP version or older
64-
Oracle client library support is necessary.
61+
Bump PHP OCI8 2.0 mininum requirements to PHP 5.2 and Oracle client
62+
library 10.2. (Use OCI8 1.4 for older PHP version support or if only
63+
Oracle 9.2 client libraries are available.)
6564

6665
Re-enable php_oci8.dll and php_oci8_11g.dll for Windows builds so URL
67-
linking works in the new Windows PECL infrastructure.
66+
links work in the new Windows PECL infrastructure.
6867
</notes>
6968
<contents>
7069
<dir name="/">

ext/oci8/php_oci8.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,12 +41,11 @@
4141
*/
4242
#ifdef PHP_OCI8_VERSION
4343
/* The definition of PHP_OCI8_VERSION changed in PHP 5.3 and building
44-
* this code with PHP 5.2 and earlier (e.g. when using OCI8 from PECL)
45-
* will conflict.
44+
* this code with PHP 5.2 (e.g. when using OCI8 from PECL) will conflict.
4645
*/
4746
#undef PHP_OCI8_VERSION
4847
#endif
49-
#define PHP_OCI8_VERSION "2.0.5-dev"
48+
#define PHP_OCI8_VERSION "2.0.5"
5049

5150
extern zend_module_entry oci8_module_entry;
5251
#define phpext_oci8_ptr &oci8_module_entry

0 commit comments

Comments
 (0)