I see this in my log:
mod_fcgid: stderr: PHP Deprecated: Methods with the same name as their class will not be constructors in a future version of PHP; vB_HumanVerify_NewRecaptcha has a deprecated constructor in /httpdocs/includes/class_humanverify_newrecaptcha.php on line 8, referer: /register.php?
I know it is only a warning but a fix would be nice..
Line 8 is:
class vB_HumanVerify_NewRecaptcha extends vB_HumanVerify_Abstract
|