diff options
author | Christopher Jones <christopher.jones@oracle.com> | 2015-09-12 09:10:32 +1000 |
---|---|---|
committer | Christopher Jones <christopher.jones@oracle.com> | 2015-09-12 09:10:32 +1000 |
commit | a96f99e30a91f00de8ff49bb925ba5fda296d2c2 (patch) | |
tree | 7548d06604810380efb6a3bdfadc809acc7f7a20 /ext/oci8/php_oci8_int.h | |
parent | 4ee6a9a9a91ddfcd1cac75a91fa99cae3e28c2e8 (diff) | |
download | php-git-a96f99e30a91f00de8ff49bb925ba5fda296d2c2.tar.gz |
Final diff fixes for PHP7 on base platform (some mem leaks still to be fixed). Update driver name. Improve test portability (Senthil)
Diffstat (limited to 'ext/oci8/php_oci8_int.h')
-rw-r--r-- | ext/oci8/php_oci8_int.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/oci8/php_oci8_int.h b/ext/oci8/php_oci8_int.h index 5994d0be48..900797bc6c 100644 --- a/ext/oci8/php_oci8_int.h +++ b/ext/oci8/php_oci8_int.h @@ -121,7 +121,7 @@ extern zend_class_entry *oci_coll_class_entry_ptr; * Name passed to Oracle for tracing. Note some DB views only show * the first nine characters of the driver name. */ -#define PHP_OCI8_DRIVER_NAME "PHP OCI8 " PHP_OCI8_VERSION +#define PHP_OCI8_DRIVER_NAME "PHP OCI8 : " PHP_OCI8_VERSION /* }}} */ |