I'm running Oracle Db 19c XE on a Linux 7 server, on which I have several vhosts for different projects.
Everything was working fine until I had to install the PHP imap extention. Since then, when I try to open one of the vhosts all I get is a white page.
A look at the result of the imap installation showed the folowing (after a listing of all the extentions installed).
Now I think the white pages are a result of the OCI having been replaced.
I'm not a tech (I do QA) and need some help to get my system working again. Anyone can help?
My local pages' error logs all show the following:
PHP Fatal error: Uncaught Error: Call to undefined function oci_new_connect() in /var/www/
Note: Maybe this is a PHP problem, but I still want to know if I can run ODB 19c XE with OCI8 21?