-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Description
I was two days trying to install the extension pdo_oci in PHP7 on a CentOS 7, however when running the command "pecl install pdo_oci" returns me a message saying that the extension is deprecated for version 7 of PHP.
When trying to compile PHP extension as the PHP manual also generates errors.
The concern is, how Yii works with PDO believe that there is no support today for Oracle database. In fact PHP 7 does not support the Oracle database via pdo_oci
I spoke via chat with Wez Furlong, creator of pdo_oci, and he said he no longer works on it for years.
Accessing the page PECL, there is a warning that pdo_oci is no longer maintained: https://pecl.php.net/package/PDO_OCI
Only with the OCI8 extension could not connect to the oracle. Is there any way to do it?
I think that would be the time Yii incorporate into your core something that circumvents this issue. Or in the case of Oracle, using the OCI8 - that developed and actively maintained by Oracle.