yajra / laravel-oci8

Oracle DB driver for Laravel via OCI8

Home Page:https://yajrabox.com/docs/laravel-oci8

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Version 6 not working on php 8

absiddiqueLive opened this issue · comments

Summary of problem or feature request

PHP8 support issue

Code snippet of problem

Declaration of Yajra\Pdo\Oci8::query($statement, $fetchMode = null, $modeArg = null, $ctorArgs = null) must be compatible with PDO::query(string $query, ?int $fetchMode = null, mixed ...$fetchModeArgs)

System details

  • Operating System: Ubuntu 22.04
  • PHP Version: 8
  • Laravel Version: 6
  • Laravel-OCI8 Version: 6

Try using https://github.com/yajra/pdo-via-oci8 v3. However, not sure if it works on Laravel 6. Tested on 9 & 10 only.

Feel free to send a pull request as needed. Thanks!

This issue is stale because it has been open for 30 days with no activity.

This issue was closed because it has been inactive for 7 days since being marked as stale.