phpv8 / php-v8

PHP extension for V8 JavaScript engine
https://php-v8.readthedocs.io
MIT License
217 stars 14 forks source link

it is not installing - PHP 7.4 / umbuntu server 18.4 #115

Closed murilolivorato closed 7 months ago

murilolivorato commented 4 years ago

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

pinepain commented 4 years ago

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 commented 7 months ago

Closing as project is no longer actively maintained.