Mistake : Declaration of Yajra\Pdo\Oci8:: #676
Unanswered
romarioagros
asked this question in
Q&A
Replies: 1 comment 3 replies
-
For PHP8, please make sure you use pdo-via-oci8 v3.x https://github.com/yajra/pdo-via-oci8 |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
When I try to query like this:
select(" select * from base where ROWNUM <= 5"); print_r($new) ; } } PHP 8 , laravel 8 , I receive this mistake : 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)Beta Was this translation helpful? Give feedback.
All reactions