Skip to content

Pdo_oci in PHP 7 #10975

@wwebdevelop

Description

@wwebdevelop

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.

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions