From 44bc05b0c1cf6a02338a68b578817df20571381e Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Mon, 10 Dec 2018 13:56:21 +0100 Subject: update to 2.2.0 raise dependency on PHP 7.0 switch to oracle client library 18.3 --- PHPINFO | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 PHPINFO (limited to 'PHPINFO') diff --git a/PHPINFO b/PHPINFO new file mode 100644 index 0000000..76df586 --- /dev/null +++ b/PHPINFO @@ -0,0 +1,23 @@ + +oci8 + +OCI8 Support => enabled +OCI8 DTrace Support => enabled +OCI8 Version => 2.2.0 +Oracle Run-time Client Library Version => 18.3.0.0.0 +Oracle Compile-time Instant Client Version => 18.3 + +Directive => Local Value => Master Value +oci8.max_persistent => -1 => -1 +oci8.persistent_timeout => -1 => -1 +oci8.ping_interval => 60 => 60 +oci8.privileged_connect => Off => Off +oci8.statement_cache_size => 20 => 20 +oci8.default_prefetch => 100 => 100 +oci8.old_oci_close_semantics => Off => Off +oci8.connection_class => no value => no value +oci8.events => Off => Off + +Statistics => +Active Persistent Connections => 0 +Active Connections => 0 -- cgit