diff options
Diffstat (limited to 'ext/oci8/php_oci8.h')
| -rw-r--r-- | ext/oci8/php_oci8.h | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/ext/oci8/php_oci8.h b/ext/oci8/php_oci8.h index 2b4ca2b44d..9646f96b44 100644 --- a/ext/oci8/php_oci8.h +++ b/ext/oci8/php_oci8.h @@ -36,16 +36,17 @@ #endif -/* +/* * The version of the OCI8 extension. */ #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 (i.e. from PECL) might conflict + * this code with PHP 5.2 and earlier (e.g. when using OCI8 from PECL) + * will conflict. */ #undef PHP_OCI8_VERSION #endif -#define PHP_OCI8_VERSION "1.3.1 Beta" +#define PHP_OCI8_VERSION "1.3.2 Beta" extern zend_module_entry oci8_module_entry; #define phpext_oci8_ptr &oci8_module_entry @@ -70,5 +71,3 @@ PHP_MINFO_FUNCTION(oci); * c-basic-offset: 4 * End: */ - - |
