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

[sqlite] Deprecated: Creation of dynamic property ADOFieldObject::$scale is deprecated in drivers/adodb-sqlite3.inc.php on line 194 #912

Closed
mnewnham opened this issue Dec 8, 2022 · 1 comment
Assignees
Labels
bug PHP8.2 PHP8.2 Compatibility Issues sqlite The SQLite Database (Tier 1)
Milestone

Comments

@mnewnham
Copy link
Contributor

mnewnham commented Dec 8, 2022

No description provided.

@mnewnham mnewnham added bug sqlite The SQLite Database (Tier 1) PHP8.2 PHP8.2 Compatibility Issues labels Dec 8, 2022
@dregad dregad added this to the v5.22.5 milestone Jan 19, 2023
@mnewnham mnewnham self-assigned this Feb 26, 2023
mnewnham added a commit that referenced this issue Feb 26, 2023
…cale is deprecated in driversadodb sqlite3incphp on line 194 (#931)

* Fixed Partially-supported callable are deprecated in PHP 8.2

* Fix deprecated undefined property #912 #911 #920 #923

---------

Co-authored-by: raortegar <raquel.ortega@moodle.com>
@mnewnham
Copy link
Contributor Author

Fixed by commit #931

dregad pushed a commit that referenced this issue Mar 12, 2023
Creation of dynamic property
- ADORecordset_sqlite3::$adodbFetchMode in adodb-sqlite3.inc.php (#911)
- ADOFieldObject::$scale in adodb-sqlite3.inc.php (#912)

Partially-supported callable
- in adodb-pdo-inc.php (#928)

---------

This is a re-do of fa572e9 (PR #921)
with an improved commit message.

Co-authored-by: raortegar <raquel.ortega@moodle.com>
Signed-off-by: Damien Regad <dregad@mantisbt.org>
dregad added a commit that referenced this issue Mar 12, 2023
Cherry picked from commits feadc3d and
5e41924.

# Conflicts:
#	adodb.inc.php

Creation of dynamic property
- ADORecordset_sqlite3::$adodbFetchMode in adodb-sqlite3.inc.php (#911)
- ADOFieldObject::$scale in adodb-sqlite3.inc.php (#912)

Partially-supported callable
- in adodb-pdo-inc.php (#928)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug PHP8.2 PHP8.2 Compatibility Issues sqlite The SQLite Database (Tier 1)
Projects
None yet
Development

When branches are created from issues, their pull requests are automatically linked.

2 participants