From 19b35ad50ed9d663c0b03e5f8f4ff4336cfeb0fe Mon Sep 17 00:00:00 2001 From: Remi Collet Date: Thu, 25 Jul 2024 08:58:13 +0200 Subject: update to 3.4.0 use oracle client library version 23.4 on x86_64, 19.23 on aarch64 build out of sources tree --- PHPINFO | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'PHPINFO') diff --git a/PHPINFO b/PHPINFO index 76df586..334cefc 100644 --- a/PHPINFO +++ b/PHPINFO @@ -3,9 +3,9 @@ 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 +OCI8 Version => 3.4.0 +Oracle Run-time Client Library Version => 23.4.0.24.5 +Oracle Compile-time Instant Client Version => 23.4 Directive => Local Value => Master Value oci8.max_persistent => -1 => -1 @@ -17,6 +17,7 @@ oci8.default_prefetch => 100 => 100 oci8.old_oci_close_semantics => Off => Off oci8.connection_class => no value => no value oci8.events => Off => Off +oci8.prefetch_lob_size => 0 => 0 Statistics => Active Persistent Connections => 0 -- cgit