Skip to content

kesuskim/v8js-prebuilt-ubuntu18.04

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 

Repository files navigation

V8Js prebuilt for Ubuntu 18.04

This is PHP's V8Js prebuilt library that you can use out of the box.

It is built and tested on Ubuntu 18.04.

  • V8 Version: 6.4.388.18
  • Tested OS: Ubuntu 18.04

PHP 7.0 or higher is required to run V8Js! Tested on 7.2.15

Quickstart

Either use Dockerfile to build your own image, or follow below instruction On your Ubuntu 18.04 Host.

# Create Library directory
sudo mkdir -p /opt/v8

# Move Library to created directory
sudo cp -a ./v8/* /opt/v8

Then you must add v8js extension to php.ini.

extension=/opt/v8/lib/v8js.so

About

V8Js prebuilt for Ubuntu 18.04

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages