flatpressblog / flatpress

FlatPress is a lightweight, easy-to-set-up flat-file blogging engine.
https://flatpress.org
GNU General Public License v2.0
185 stars 57 forks source link

Fix outdated Akismet class #83

Closed azett closed 2 years ago

azett commented 3 years ago

Reported by sheriff on the support forum: The Akismet class pops deprecated warning Methods with the same name as their class will not be constructors in a future version of PHP. Class SocketWriteRead as well.

To do: Rename constructors. Or: Use newer version of these classes.