PHP8libxml_disable_entity_loader() 弃用、解决微信支付的兼容写法 public function FromXml($xml) {
if (!$xml) {
throw new WxPayException("xml数据异常!");
}
//将XML转为array
//禁止引用外部xml实体
...
由于MacOS M1Max版本中系统的文件结构修改、openssl的c库位置不在linux的功能文件库中。报错信息:Warning: file_get_contents(): you must configure with --enable-openssl to support ssl connection when compiling Swoole in如果是通过homebrew安装的op...