From 9a1e76b592f629796c4a95e4178ffdb88fe38f52 Mon Sep 17 00:00:00 2001 From: Stefan Siegl Date: Fri, 5 Jan 2018 15:31:48 +0100 Subject: [PATCH] update version numbers --- README.md | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 821e9d2..b35b867 100644 --- a/README.md +++ b/README.md @@ -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 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) -and [5.2](https://launchpad.net/~pinepain/+archive/ubuntu/libv8-5.2). You might want to install -these (and compile V8Js based on them). +For Ubuntu @pinepain has PPAs for [various versions of V8](https://launchpad.net/~pinepain). +You might want to install 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. Last but not least there are binaries for Windows (PHP7, x86 including V8 4.9.385.29) that you can use