Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[oci8] PHP 8.1 issues array deprecation warning in selectLimit() method #817

Closed
mnewnham opened this issue Mar 24, 2022 · 0 comments · Fixed by #818
Closed

[oci8] PHP 8.1 issues array deprecation warning in selectLimit() method #817

mnewnham opened this issue Mar 24, 2022 · 0 comments · Fixed by #818
Assignees
Labels
bug OCI8 (Oracle) Oracle DBMS (Tier 1) PHP8.1 PHP8.1 Compatibility Issues
Milestone

Comments

@mnewnham
Copy link
Contributor

When passing a non-bound SQL statement to selectLimit in the oracle driver, a deprecation warning is issued at line 794.
Automatic conversion of false to array is deprecated in \ADOdb\drivers\adodb-oci8.inc.php on line 794

@mnewnham mnewnham added bug OCI8 (Oracle) Oracle DBMS (Tier 1) PHP8.1 PHP8.1 Compatibility Issues labels Mar 24, 2022
@mnewnham mnewnham added this to the v5.22.1 milestone Mar 24, 2022
@mnewnham mnewnham self-assigned this Mar 24, 2022
@dregad dregad linked a pull request Mar 28, 2022 that will close this issue
@dregad dregad closed this as completed in 8afbcca Mar 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug OCI8 (Oracle) Oracle DBMS (Tier 1) PHP8.1 PHP8.1 Compatibility Issues
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant