expandedfronts / revisr

Revisr: Git for WordPress
https://revisr.io
GNU General Public License v3.0
195 stars 41 forks source link

[Compat] PHP 7.4 Warning: The magic method Revisr::__wakeup() must have public visibility #133

Open XVII opened 3 years ago

XVII commented 3 years ago

I assume this is a warning prior to PHP 8.0

PHP Warning: The magic method Revisr::__wakeup() must have public visibility in /srv/www/wp-content/plugins/revisr/revisr.php on line 113

when running wp-cron.php

XVII commented 3 years ago

This almost appears to be a class hardening tactic?

WeeSee commented 2 years ago

I have the same issue an posted a forum question:

https://wordpress.org/support/topic/php8-not-supported/

Is this repo still maintained actively?