0
0
mirror of https://github.com/phpv8/v8js.git synced 2024-12-22 14:01:53 +00:00

update version numbers

This commit is contained in:
Stefan Siegl 2018-01-05 15:31:48 +01:00
parent 3af2f16e76
commit 9a1e76b592
No known key found for this signature in database
GPG Key ID: 73942AF5642F3DDA

View File

@ -42,11 +42,10 @@ For some very first steps, instead of compiling manually you might want to try o
image](https://registry.hub.docker.com/u/stesie/v8js/). It has v8, v8js and php-cli pre-installed image](https://registry.hub.docker.com/u/stesie/v8js/). It has v8, v8js and php-cli pre-installed
so you can give it a try with PHP in "interactive mode". There is no Apache, etc. running however. so you can give it a try with PHP in "interactive mode". There is no Apache, etc. running however.
For Ubuntu @pinepain has PPAs for V8 [5.1](https://launchpad.net/~pinepain/+archive/ubuntu/libv8-5.1) For Ubuntu @pinepain has PPAs for [various versions of V8](https://launchpad.net/~pinepain).
and [5.2](https://launchpad.net/~pinepain/+archive/ubuntu/libv8-5.2). You might want to install You might want to install these and compile V8Js based on them.
these (and compile V8Js based on them).
There also is a Heroku extension pack that has recent V8Js versions for both PHP 5.6 and 7.0, see There also is a Heroku extension pack that has recent V8Js versions for PHP 7.x, see
[@stesie's blog post](https://stesie.github.io/2016/03/heroku-custom-platform-repo) for details. [@stesie's blog post](https://stesie.github.io/2016/03/heroku-custom-platform-repo) for details.
Last but not least there are binaries for Windows (PHP7, x86 including V8 4.9.385.29) that you can use Last but not least there are binaries for Windows (PHP7, x86 including V8 4.9.385.29) that you can use