【发布时间】:2012-06-16 01:35:04
【问题描述】:
警告:preg_match() [function.preg-match]:编译失败: 偏移量 3 处不匹配的括号 /home/watchit/public_html/wp-includes/class-wp.php 在第 201 行
为此:
if ( preg_match("#^$match#", $request_match, $matches) ||
改成这样:
if ( preg_match("#^$match#", $request_match, $matches)) ||
得到了这个:
解析错误:语法错误,意外的 T_BOOLEAN_OR in /home/watchit/public_html/wp-includes/class-wp.php 在第 201 行
【问题讨论】: