PHP出现SSL certificate:unable to get local issuer certificate的解决办法当本地curl需要访问https时,如果没有配置证书,会出现SSL certificate: unable to get local issuer certificate错误信息。解决办法:1、下载pem文件2、将文件拷贝到E:\phpstudy\Extension...
Array and string offset access syntax with curly braces is deprecated原因使用的是phpexcel 1.8版本"phpoffice/phpexcel": "^1.8",在php7.4版本以上会发生以下下报错Array and string offset access syntax wi...
PHPStorm 报fatal: Could not read from remote repository的解决phpstorm默认识别已经配置好的git,之前是单个git源,相安无事。配置了公司和github的源之后,gitbash和TortoiseGit都可以用,但是phpStorm的git却不能连接remote repo。明显phpStorm应该是没有使用外部的git,因此按照以下操...