diff options
| author | Christopher Jones <sixd@php.net> | 2014-02-10 15:00:42 -0800 |
|---|---|---|
| committer | Christopher Jones <sixd@php.net> | 2014-02-10 15:00:42 -0800 |
| commit | 2cbd8572835a07ca2a1f3a2a302e78c7ce998e9a (patch) | |
| tree | 87222526d08984abdbc7dd01254aff37f69b90e0 /ext/oci8/php_oci8.h | |
| parent | 9fa6bcd8cb0acfdcdf4dc44720c5c267e2aa2f60 (diff) | |
| download | php-git-2cbd8572835a07ca2a1f3a2a302e78c7ce998e9a.tar.gz | |
Add Oracle PL/SQL BOOLEAN type support to oci_bind_by_name()
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 63924eca01..17061066d2 100644 --- a/ext/oci8/php_oci8.h +++ b/ext/oci8/php_oci8.h @@ -45,7 +45,7 @@ */ #undef PHP_OCI8_VERSION #endif -#define PHP_OCI8_VERSION "2.0.7-dev" +#define PHP_OCI8_VERSION "2.0.7" extern zend_module_entry oci8_module_entry; #define phpext_oci8_ptr &oci8_module_entry |
