diff options
| author | Christopher Jones <sixd@php.net> | 2013-07-08 13:29:49 -0700 |
|---|---|---|
| committer | Christopher Jones <sixd@php.net> | 2013-07-08 13:32:04 -0700 |
| commit | 6ac7c9d0a7d93a26d077e9c321f030118d279cd8 (patch) | |
| tree | bc02315a9f36aeab5e321fff8e673657bf147829 /ext/oci8/php_oci8.h | |
| parent | ac26d0e6558f3c7e8c555feb0511867da5984344 (diff) | |
| download | php-git-6ac7c9d0a7d93a26d077e9c321f030118d279cd8.tar.gz | |
Bump PECL package info version check to allow PECL installs with PHP 5.5+
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 6632bc88ff..f1079526f6 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.9" +#define PHP_OCI8_VERSION "1.4.10" extern zend_module_entry oci8_module_entry; #define phpext_oci8_ptr &oci8_module_entry |
