PHP提示popen() has been disabled for security reasons函数禁用的解决方法
完全是配置的问题,linux中解决方法为编辑PHP配置文件: vim /usr/local/php/etc/php.ini 寻找disable_functions字符串, 将后面的open相关禁用删除…
继续阅读Free
完全是配置的问题,linux中解决方法为编辑PHP配置文件: vim /usr/local/php/etc/php.ini 寻找disable_functions字符串, 将后面的open相关禁用删除…
继续阅读SDK使用:https://www.easywechat.com/5.x/overview.html Hyperf基本能使用支持Laravel的composer包, 所以即使easy wechat不是…
继续阅读简单封装了hyperf get post请求,记录一下。 需要使用的小伙伴添加一个Exception类则可,代码已提供。 使用方式: //get请求 $curl = new Curl(); $url …
继续阅读1 检查这个目录是否存在,路径是否错误,注意Windows目录反斜杠 2 pathinfo配置项要检查清楚,本文提供一个通用的pathinfo配置项 server { listen 80; serve…
继续阅读When use below command created a tar.gz package, some time it’s broken, so the reason might not your…
继续阅读# 替换brew.git: cd “$(brew –repo)” # 中国科大: git remote set-url origin https://mirrors.ustc.edu.cn/brew…
继续阅读supervisorctl常见问题 1)supervisord挂了的话,提示supervisor.sock refused connection 解:重启,命令:supervisord 查看是否成功:…
继续阅读出现问题:Cannot find config.m4.Make sure that you run ‘/usr/local/Cellar/php@7.2/7.2.18/bin/phpize’ in t…
继续阅读#下载并运行 hyperf/hyperf 镜像,并将镜像内的项目目录绑定到宿主机的 /tmp/skeleton 目录docker run -v /Users/lihao/docker:/hyperf-…
继续阅读