Php 使用hhvm运行yii项目

Php 使用hhvm运行yii项目,php,yii,hhvm,Php,Yii,Hhvm,如何使用HHVM启动Yi2项目 跑 但我得到了以下错误: Server started on http://localhost:8080/ Document root is "/home/hgminh95/Documents/pk-homepage-server/web" Quit the server with CTRL-C or COMMAND-C. Error in command line: unrecognised option '-S' Usage: /usr/bin/hhv

如何使用HHVM启动Yi2项目

但我得到了以下错误:

Server started on http://localhost:8080/
Document root is "/home/hgminh95/Documents/pk-homepage-server/web"
Quit the server with CTRL-C or COMMAND-C.
Error in command line: unrecognised option '-S'
Usage:

   /usr/bin/hhvm [-m <mode>] [<options>] [<arg1>] [<arg2>] ...
服务器已在上启动http://localhost:8080/
文档根目录为“/home/hgminh95/Documents/pk homepage server/web”
使用CTRL-C或COMMAND-C退出服务器。
命令行中出错:无法识别选项'-S'
用法:
/usr/bin/hhvm[-m][]。。。

HHVM仅适用于linux。它没有任何适用于Windows和MacOS的功能,在没有JIT编译器的情况下,它可以在有限的模式下工作

检查这个


HHVM仅适用于linux。它没有任何适用于Windows和MacOS的功能,在没有JIT编译器的情况下,它可以在有限的模式下工作

检查这个


我目前正在使用Ubuntu@MinhHo很明显,ng已经安装了HHVM,“HHVM仅限Linux”是错误的:请阅读此内容,然后进行否决表决@乔什·瓦茨曼。。我目前正在使用Ubuntu@MinhHo很明显,ng已经安装了HHVM,“HHVM仅限Linux”是错误的:请阅读此内容,然后进行否决表决@乔什·瓦茨曼。。
Server started on http://localhost:8080/
Document root is "/home/hgminh95/Documents/pk-homepage-server/web"
Quit the server with CTRL-C or COMMAND-C.
Error in command line: unrecognised option '-S'
Usage:

   /usr/bin/hhvm [-m <mode>] [<options>] [<arg1>] [<arg2>] ...
sudo apt-key adv --recv-keys --keyserver hkp://keyserver.ubuntu.com:80 0x5a16e7281be7a449
echo deb http://dl.hhvm.com/debian wheezy main | sudo tee /etc/apt/sources.list.d/hhvm.list
sudo apt-get update
sudo apt-get install hhvm