php-v8 icon indicating copy to clipboard operation
php-v8 copied to clipboard

it is not installing - PHP 7.4 / umbuntu server 18.4

Open murilolivorato opened this issue 5 years ago • 1 comments

I am trying to install in PHP 7.4 / umbuntu server 18.4 I type those commands -

$ sudo add-apt-repository -y ppa:ondrej/php
$ sudo add-apt-repository -y ppa:pinepain/php
$ sudo apt-get update -y
$ sudo apt-get install -y php7.4 php-v8

Then

$ php --ri v8
show this error
Extension 'v8' not present.

please some one can help me ? I need this extension . thanks

murilolivorato avatar Oct 27 '20 01:10 murilolivorato

Hi @murilolivorato, what a bummer, I feel your frustration. Unfortunately, the packages in pinepain/php PPA were published on 2018-03-01, far before PHP 7.4 was released and were never updated after that as I step down from maintaining php-v8 ext (don't be confused by v8js ext, they are a bit different, v8js is still maintaned) and packaging around that time. The packaging scripts are available under https://github.com/phpv8/ppa-packaging repo, so you may build it yourself, the only change that might be required is to include newer ubuntu version(s) build.

pinepain avatar Oct 27 '20 08:10 pinepain

Closing as project is no longer actively maintained.

pinepain avatar Mar 29 '24 10:03 pinepain