Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

A virtual machine for executing programs written in Hack.

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE.PHP
Unknown
LICENSE.ZEND
NotificationsYou must be signed in to change notification settings

facebook/hhvm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

HHVM page |HHVM documentation |Hacklang page |General group |Dev group |Twitter

HHVM is an open-source virtual machine designed for executing programs written inHack. HHVM uses a just-in-time (JIT) compilation approach to achieve superior performance while maintaining amazing development flexibility.

HHVM should be used together with a webserver like the built in, easy to deployProxygen, or aFastCGI-based webserver on top of nginx or Apache.

Installing

If you're new, try ourgetting started guide.

You can install aprebuilt package orcompile from source.

Running

You can run standalone programs just by passing them to hhvm:hhvm example.hack.

If you want to host a website:

  • Install your favorite webserver.Proxygen is built into HHVM, fast and easy to deploy.
  • Install ourpackage
  • Start your webserver
  • Runsudo /etc/init.d/hhvm start
  • Visit your site athttp://.../main.hack

Ourgetting started guide provides a slightly more detailed introduction as well as links to more information.

Contributing

We'd love to have your help in making HHVM better. If you're interested, please read ourguide to contributing.

License

HHVM is licensed under the PHP and Zend licenses except as otherwise noted.

TheHack typechecker is licensed under the MITLicense except as otherwise noted.

TheHack Standard Library is licensed under the MITLicense except as otherwise noted.

Reporting Crashes

SeeReporting Crashes for helpful tips on how to report crashes in an actionable manner.

Security

For information on reporting security vulnerabilities in HHVM, seeSECURITY.md.

FAQ

Ouruser FAQ has answers to many common questions about HHVM, fromgeneral questions to questions geared towards those that want touse.

There is also a FAQ forcontributors to HHVM.

About

A virtual machine for executing programs written in Hack.

Topics

Resources

License

Unknown, Unknown licenses found

Licenses found

Unknown
LICENSE.PHP
Unknown
LICENSE.ZEND

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Packages

No packages published

Contributors1,253


[8]ページ先頭

©2009-2025 Movatter.jp