Oracle OCI8 on OEL 8 - php 7.2
Hi,
I try to use oracle oci8 php driver on a OEL 8 with php 7.2 (installed by default).
I downloaded and installed oracle instant client RPM from oracle website ( basic and sdk package).
if I do php -m oci8, I have oci8 as output…but when I when I try yo call
oci8_connect… php tell me that the function not exist.