只需一步,快速开始
使用php5.5及以上版本运行杰奇的时候出现如下错误Deprecated: preg_replace(): The /e modifier is deprecated, use preg_replace_callback instead in 这个问题。
解决方法如下,找到 return preg_replace($patterns, $replacements, $text); 替换为 return preg_replace_callback($patterns, function($r) { return $replacements;}, $text);
举报
本版积分规则 发表回复 回帖后跳转到最后一页
手机版|Archiver|龙网论坛 ( 辽ICP备06014320号 )
GMT+8, 2024-11-21 16:57
Powered by Discuz! X3.4
© 2001-2023 Discuz! Team.