I am using ubuntu 14.04 with PHP 5.6 and successfully installed v8js-0.1.3
using sudo pecl install v8js-0.1.3
.
I followed this installation process Installing PHPv8js on Ubuntu.
Which is display when I am using php -m
.
But when I call new object of v8js
like $v8 = V8Js()
.
I get the following error :- Fatal error: Class 'V8Js' not found