我最近对 PHP 5.4 进行了更新,我收到关于静态和非静态代码的错误。
这是错误:
PHP Strict Standards: Non-static method VTimer::get()
should not be called statically in /home/jaco/public_html/include/function_smarty.php on line 371
这是第 371 行:
$timer = VTimer::get($options['magic']);
我希望有人能帮忙。