aaemnnosttv / wp-sqlite-db

A single file drop-in for using a SQLite database with WordPress. Based on the original SQLite Integration plugin.
551 stars 93 forks source link

PHP 8.1 support #49

Closed dingo-d closed 1 year ago

dingo-d commented 1 year ago

Just opening the issue to be aware of the potential issues with dynamic properties in the package. I got the report in my package which describes the issue and a solution:

https://github.com/dingo-d/wp-pest-integration-test-setup/issues/2#issuecomment-1333712382

Adding annotation is the simple solution, the better solution would be to fix all the dynamically created properties ofc.

dingo-d commented 1 year ago

Closed via #50