diff options
| author | Christopher Jones <sixd@php.net> | 2013-07-24 15:33:22 -0700 |
|---|---|---|
| committer | Christopher Jones <sixd@php.net> | 2013-07-24 15:33:22 -0700 |
| commit | bfc3c223dac2a5ebd5c2614c9c39b594ab393f4f (patch) | |
| tree | 82f8350b79c81240dfcfb8ff854bfad66b23b072 /ext/oci8/php_oci8.h | |
| parent | 86064e0701888877ea04ea35bf87bc96e1bf3ed8 (diff) | |
| download | php-git-bfc3c223dac2a5ebd5c2614c9c39b594ab393f4f.tar.gz | |
Initial PHP OCI8 2.0.0-dev commit.
Includes Oracle Database 12c Implicit Result Set support, DTrace
support, and various code cleanups.
See package.xml for details.
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 f1079526f6..d1fe087792 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.10" +#define PHP_OCI8_VERSION "2.0.0-dev" extern zend_module_entry oci8_module_entry; #define phpext_oci8_ptr &oci8_module_entry |
