Last Update : 2023-09-22 UTC 11:02:09 AM
And checking for the oci_connect w3coded 6 8 function:,enabled line w3coded 6 8 extension=php_oci8_12c.dll.,extension=oci8.so w3coded 6 8 with and without extension=php_oci8_12c.dll,I w3coded 6 8 have extension=php_oci8_12c.dll in my w3coded 6 8 php.ini
At this point running php --ri oci8
in a command prompt shows me the following output:
C:\>php --ri oci8
oci8
OCI8 Support => enabled
OCI8 DTrace Support => disabled
OCI8 Version => 2.0.9
Revision => $Id: f5a3ee1083d1ffa6adb5143efda6eafa210b8414 $
Oracle Run-time Client Library Version => 12.1.0.2.0
Oracle Compile-time Instant Client Version => 12.1
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
And checking for the oci_connect
function:
C:\>php -r "var_dump(function_exists('oci_connect'));"
bool(true)
Last Update : 2023-09-22 UTC 14:15:58 PM
Last Update : 2023-09-22 UTC 14:15:43 PM
Last Update : 2023-09-22 UTC 14:15:38 PM
Last Update : 2023-09-22 UTC 14:15:31 PM
Last Update : 2023-09-22 UTC 14:15:24 PM
Last Update : 2023-09-22 UTC 14:14:51 PM
Last Update : 2023-09-22 UTC 14:14:37 PM