mirror of
https://github.com/danog/math.git
synced 2025-01-22 13:41:12 +01:00
Reverted comment on HHVM
This component does not make use of typed variadics, so HHVM is already supported.
This commit is contained in:
parent
e9da17c78d
commit
427faf03dc
@ -21,10 +21,9 @@ Just define the following requirement in your `composer.json` file:
|
||||
Requirements
|
||||
------------
|
||||
|
||||
This library requires PHP 5.6 or PHP 7.
|
||||
[HHVM](http://hhvm.com/) will be supported as soon as [this bug](https://github.com/facebook/hhvm/issues/4858) is fixed.
|
||||
This library requires PHP 5.6, PHP 7 or [HHVM](http://hhvm.com/).
|
||||
|
||||
Although the library can work on any PHP installation, it is highly recommended that you install the
|
||||
Although the library can work seamlessly on any PHP installation, it is highly recommended that you install the
|
||||
[GMP](http://php.net/manual/en/book.gmp.php) or [BCMath](http://php.net/manual/en/book.bc.php) extension
|
||||
to speed up calculations. The fastest available calculator implementation will be automatically selected at runtime.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user