@@ -42,15 +42,14 @@ For some very first steps, instead of compiling manually you might want to try o
4242image] ( https://registry.hub.docker.com/u/stesie/v8js/ ) . It has v8, v8js and php-cli pre-installed
4343so you can give it a try with PHP in "interactive mode". There is no Apache, etc. running however.
4444
45- For Debian & Ubuntu there are packages for most releases made available on the Project's
46- [ Jenkins installation] ( https://jenkins.brokenpipe.de/job/linux-packages/ )
47- as well as an [ APT repository] ( http://packages.brokenpipe.de/ ) . As the distros still have
48- PHP 5.x these binaries are for PHP 5.x as well.
45+ For Ubuntu @pinepain has PPAs for V8 [ 5.1] ( https://launchpad.net/~pinepain/+archive/ubuntu/libv8-5.1 )
46+ and [ 5.2] ( https://launchpad.net/~pinepain/+archive/ubuntu/libv8-5.2 ) . You might want to install
47+ these (and compile V8Js based on them).
4948
50- There also is a Heroku buildpack that has recent V8Js versions along with a
51- [ blog post] ( http ://stesie.github.io/2015/11/v8js-on-heroku/ ) on how to do it .
49+ There also is a Heroku extension pack that has recent V8Js versions for both PHP 5.6 and 7.0, see
50+ [ @ stesie 's blog post] ( https ://stesie.github.io/2016/03/heroku-custom-platform-repo ) for details .
5251
53- Last but not least there are binaries for Windows (PHP7, x86 including V8 4.7.75 ) that you can use
52+ Last but not least there are binaries for Windows (PHP7, x86 including V8 4.9.385.29 ) that you can use
5453with the PHP binaries from http://windows.php.net/download :
5554
5655* [ V8Js for Windows, PHP7.0, x86, thread safe (TS)] ( https://s3.amazonaws.com/win-phpv8/v8js_vc14_php7_ts.zip )
0 commit comments