After php update, OCI8 module does not work or get missing ora_pconnect or ora_connect
I happen to use remi as the repository for some of our PHP programs. After upgrading from remi php 7.0 to 7.1, I found us with these errors: [In apache error log] [24-Oct-2018 21:00:01 America/New_York] PHP Fatal error: Call to undefined function oci_connect() in /var/www/html/<some php program> on line “x” PHP Warning: […]