0
0
mirror of https://github.com/phpv8/v8js.git synced 2024-11-08 13:48:40 +00:00

remove hints on ubuntu ppa and heroku extension pack, since both are not maintained currently

This commit is contained in:
Stefan Siegl 2020-08-21 10:13:03 +02:00
parent b915cb1b16
commit f03dfee4b6
No known key found for this signature in database
GPG Key ID: 73942AF5642F3DDA

View File

@ -45,14 +45,6 @@ For some very first steps, instead of compiling manually you might want to try o
image](https://registry.hub.docker.com/r/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 @stesie has a PPA, based on prior work by @pinepain.
[See here](https://launchpad.net/~stesie/+archive/ubuntu/libv8/), packaging sources are available
[from ppa-packaging repository](https://github.com/phpv8/ppa-packaging/tree/stesie/) (*stesie* branch).
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 PHP 7.x, see
[@stesie's blog post](https://stesie.github.io/2016/03/heroku-custom-platform-repo) for details.
Compiling latest version
------------------------