I am working on a new project and trying to determine if I should use PDO_OCI or oci8 to connect to the database. Unfortunately, I donβt think anyone really compared them.
The information I have is the following so that you know why the choice is bothering me. OCI8 is developed by Oracle (AFAIK), so this seems to be a solid choice. I prefer PDO, but it doesn't look like the PDO_OCI extension has been updated for some time and it is still marked as experimental on the PHP docs page.
If someone can give me some thoughts about why you wouldnβt / use one or the other, so that I can go for it with a little deeper understanding of what is better, what would be great.
Christian south
source share