diff options
| author | Christopher Jones <sixd@php.net> | 2011-10-25 22:01:42 +0000 |
|---|---|---|
| committer | Christopher Jones <sixd@php.net> | 2011-10-25 22:01:42 +0000 |
| commit | 89a4d34646f0123a3f6b9852cecde130ff7bfbaa (patch) | |
| tree | c01d056140db68a6369dba2a59818e791a60a995 /ext/oci8/php_oci8.h | |
| parent | f6dfff10817cf902cdb6f83dba3a9c5b07901482 (diff) | |
| download | php-git-89a4d34646f0123a3f6b9852cecde130ff7bfbaa.tar.gz | |
oci8 - Increase Oracle error message length for 11.2.0.3+
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 427ca59abe..d2a95a5cec 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.6" +#define PHP_OCI8_VERSION "1.4.7-devel" extern zend_module_entry oci8_module_entry; #define phpext_oci8_ptr &oci8_module_entry |
