summaryrefslogtreecommitdiff
path: root/ext/oci8/php_oci8.h
diff options
context:
space:
mode:
authorChristopher Jones <sixd@php.net>2013-10-17 12:15:45 -0700
committerChristopher Jones <sixd@php.net>2013-10-17 12:15:45 -0700
commitc59d79094925400bbcf208d0f2f03df0a0ac154f (patch)
tree3ae4cead5714d1588cbd835e320b6fe8a6be76c7 /ext/oci8/php_oci8.h
parentcefbf932c8df6e03180d00d08305f957e602fbd0 (diff)
downloadphp-git-c59d79094925400bbcf208d0f2f03df0a0ac154f.tar.gz
Prepare for OCI8 2.0.5 release
Diffstat (limited to 'ext/oci8/php_oci8.h')
-rw-r--r--ext/oci8/php_oci8.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/ext/oci8/php_oci8.h b/ext/oci8/php_oci8.h
index 1ea0411073..ee8d831221 100644
--- a/ext/oci8/php_oci8.h
+++ b/ext/oci8/php_oci8.h
@@ -41,12 +41,11 @@
*/
#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 (e.g. when using OCI8 from PECL)
- * will conflict.
+ * this code with PHP 5.2 (e.g. when using OCI8 from PECL) will conflict.
*/
#undef PHP_OCI8_VERSION
#endif
-#define PHP_OCI8_VERSION "2.0.5-dev"
+#define PHP_OCI8_VERSION "2.0.5"
extern zend_module_entry oci8_module_entry;
#define phpext_oci8_ptr &oci8_module_entry