龙网论坛

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1936|回复: 0
收起左侧

[杰奇] 杰奇在php5.5.*以上版本出现的Deprecated: preg_replace(): The /e modi...

[复制链接]
发表于 2015-12-15 20:21 | 显示全部楼层 |阅读模式

使用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-4-25 07:33

Powered by Discuz! X3.4

Copyright © 2001-2021, Tencent Cloud.

快速回复 返回顶部 返回列表