File tree 2 files changed +6
-8
lines changed
2 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -58,13 +58,12 @@ libraries are available.
58
58
</stability >
59
59
<license uri =" http://www.php.net/license" >PHP</license >
60
60
<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.)
65
64
66
65
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.
68
67
</notes >
69
68
<contents >
70
69
<dir name =" /" >
Original file line number Diff line number Diff line change 41
41
*/
42
42
#ifdef PHP_OCI8_VERSION
43
43
/* 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.
46
45
*/
47
46
#undef PHP_OCI8_VERSION
48
47
#endif
49
- #define PHP_OCI8_VERSION "2.0.5-dev "
48
+ #define PHP_OCI8_VERSION "2.0.5"
50
49
51
50
extern zend_module_entry oci8_module_entry ;
52
51
#define phpext_oci8_ptr &oci8_module_entry
You can’t perform that action at this time.
0 commit comments