diff options
| author | Christopher Jones <sixd@php.net> | 2011-06-07 23:53:02 +0000 |
|---|---|---|
| committer | Christopher Jones <sixd@php.net> | 2011-06-07 23:53:02 +0000 |
| commit | 031085e0a98a0ba6fc0528cf815d45d18908d06f (patch) | |
| tree | 9f0e13fd30b3baad0aade47fda26a464850f7214 /ext/oci8/php_oci8.h | |
| parent | f75714650b2a0a5132891dcc8c0dca58f14dde87 (diff) | |
| download | php-git-031085e0a98a0ba6fc0528cf815d45d18908d06f.tar.gz | |
Sync OCI8 branches. Allow 'pecl install' to work on both PHP 5.3 & 5.4
Diffstat (limited to 'ext/oci8/php_oci8.h')
| -rw-r--r-- | ext/oci8/php_oci8.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/php_oci8.h b/ext/oci8/php_oci8.h index 068fad3c92..bcb12a7bd8 100644 --- a/ext/oci8/php_oci8.h +++ b/ext/oci8/php_oci8.h @@ -46,7 +46,7 @@ */ #undef PHP_OCI8_VERSION #endif -#define PHP_OCI8_VERSION "1.4.5" +#define PHP_OCI8_VERSION "1.4.6-dev" extern zend_module_entry oci8_module_entry; #define phpext_oci8_ptr &oci8_module_entry |
