1
0
Fork 0

Docs: HHVM is not called HipHop

pull/6093/merge
Nils Adermann 2017-03-08 10:49:06 +01:00
parent 78565d00b9
commit faac4d56b4
1 changed files with 2 additions and 2 deletions

View File

@ -191,8 +191,8 @@ includes PHP itself, PHP extensions and some system libraries.
constraints, e.g. `>=5.4.0`. To require a 64bit version of php, you can constraints, e.g. `>=5.4.0`. To require a 64bit version of php, you can
require the `php-64bit` package. require the `php-64bit` package.
* `hhvm` represents the version of the HHVM runtime (aka HipHop Virtual * `hhvm` represents the version of the HHVM runtime and allows you to apply
Machine) and allows you to apply a constraint, e.g., '>=2.3.3'. a constraint, e.g., '>=2.3.3'.
* `ext-<name>` allows you to require PHP extensions (includes core * `ext-<name>` allows you to require PHP extensions (includes core
extensions). Versioning can be quite inconsistent here, so it's often extensions). Versioning can be quite inconsistent here, so it's often