Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在尝试在 vagrant box 上本地运行一个站点。我从客户端服务器下载了所有文件,并在本地设置了数据库副本。我已更改数据库设置以映射到我的本地设置。
当我在本地运行该站点时,出现上述错误。我在本地安装了 ionCube(运行 php v5.5),并且在我的 php.ini 文件中包含以下行。
zend_extension = "C:\xampp\htdocs\ioncube\ioncube_loader_win_5.5.dll"
有任何想法吗?谢谢
您的zend_extension线路与 windows 机器有关。Vagrant 可能安装了 linux,因此您需要在其中安装一个单独的 ioncube loader 副本,并且该副本应该为 linux 构建(并且可能是您的特定 linux 发行版)
zend_extension