phpv8 / v8js

V8 Javascript Engine for PHP — This PHP extension embeds the Google V8 Javascript Engine
http://pecl.php.net/package/v8js
MIT License
1.84k stars 200 forks source link

Hi. getting error installing v8js for php7 through brew on mac #361

Closed yusupprog closed 6 years ago

yusupprog commented 6 years ago

Error: No available formula with the name "php71-v8js"

kynx commented 6 years ago

You probably want to ask brew about this, but fwiw they aren’t shipping formulas for php extensions any longer.

See https://brew.sh/2018/01/19/homebrew-1.5.0/ - they now recommend installing via pecl.

yusupprog commented 6 years ago

Thank you. Manually compiled it and now it works.