my WordPress and PHP is working fine but I need to edit the php.ini file and add the below 2 lines
extension=php_oci8.dll
extension = oci8.so
But when I add the 2 lines and restarted I got the below error
Your PHP installation appears to be missing the MySQL extension which is required by WordPress.
when I removed those 2 lines it is working fine. can someone please help?
Note : I am using Cent OS env