diff options
author | Christopher Jones <sixd@php.net> | 2013-09-26 21:12:11 -0700 |
---|---|---|
committer | Christopher Jones <sixd@php.net> | 2013-09-26 21:12:11 -0700 |
commit | 5ac7c533a0334f384d1a74eed6172a3c8cc4ef49 (patch) | |
tree | 3e29867564f1e81dfc538a210894c8d15dc30f63 /ext/oci8/php_oci8.h | |
parent | 8554800e7691f85275e650d0b88a3e4d35153e95 (diff) | |
download | php-git-5ac7c533a0334f384d1a74eed6172a3c8cc4ef49.tar.gz |
More OCI8 DTrace probe updates.
Change php.ini-* doc to match an earlier change to config.w32
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 8c5fba9ab0..6d02eff6b2 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 "2.0.2-dev" +#define PHP_OCI8_VERSION "2.0.3-dev" extern zend_module_entry oci8_module_entry; #define phpext_oci8_ptr &oci8_module_entry |