Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in F:\1Ndown\phpDemo\upload\includes\cls_template.php on line 300
Strict Standards: Only variables should be passed by reference in F:\1Ndown\phpDemo\upload\includes\cls_template.php on line 422
基本出现这两个错误
F:\1Ndown\phpDemo\upload\includes\cls_template.php on line 422:
422行语句: $tag_sel = array_shift(explode(' ', $tag));(有人说是php版本版本太高了,不支持)
$tag_sel = array_shift(explode(' ', $tag));
改成:
$tag_arr = explode(' ', $tag);
$tag_sel = array_shift($tag_arr);
//改完后,还是不行,求大神帮忙
php和apache版本太高了 试下php5.2 apache2.2
每个人都需要一台速度更快、更稳定的 PC。随着时间的推移,垃圾文件、旧注册表数据和不必要的后台进程会占用资源并降低性能。幸运的是,许多工具可以让 Windows 保持平稳运行。
Copyright 2014-2025 https://www.php.cn/ All Rights Reserved | php.cn | 湘ICP备2023035733号