You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PHP8.1 uses concrete classes where resources used to be used. e.g. PgSql\Result replaces the result resource, and PgSql\Connection replaces the connection resource.
Acceptance criteria
The CMS 4 compatible version checks for resource || concrete classes
The CMS 5 version explicitly does not reference resources at all where concrete classes should be used.
PHP8.1 uses concrete classes where resources used to be used. e.g. PgSql\Result replaces the result resource, and PgSql\Connection replaces the connection resource.
Acceptance criteria
PRs
The text was updated successfully, but these errors were encountered: