WordPress / sqlite-database-integration

Feature Plugin to add SQLite support to WordPress. Under Development.
GNU General Public License v2.0
202 stars 30 forks source link

Replace protected consts with consts #82

Closed bgrgicak closed 3 months ago

bgrgicak commented 3 months ago

Fixes #81

This PR fixes PHP < 7.1 support by removing the use of const visibility modifiers.

Testing instructions

bgrgicak commented 3 months ago

@adamziel @brandonpayton this PR should fix Playground crashes on PHP 7.0.

adamziel commented 3 months ago

❤️ Lovely! @aristath would you be able to ship a new release, or give me and @bgrgicak permissions to do that?

brandonpayton commented 2 months ago

@bgrgicak nice!