Php版本: enter image description here
当我请求CodeIgniter项目的接口之一并回显phpinfo()时,消息中没有redis扩展,并且该项目加载了错误的php版本,例如: enter image description here
是的,我的MacOS中有多个php版本。 有人可以帮我吗?
我的项目出现此错误消息:
build.gradle
日志的其余部分类似,只是找不到Redis类。
答案 0 :(得分:1)
好吧,我终于解决了。只需将它与brew安装在一起:
*简单安装--without-apache --with-fpm --with-mysql --with-redis --with-curl --with-intl --with-iconv php72
echo'export PATH =“ / usr/local/opt/php@7.2/bin:$ PATH”'>>〜/ .bash_profile echo'export PATH =“ / usr/local/opt/php@7.2/sbin:$ PATH”'>>〜/ .bash_profile 来源〜/ .bash_profile
*
我不知道这些选项是否正确,但是我确实将php正确安装了所需的所有exts。