Install PHP v8js with PHP 5.6 on Centos 7

来源:互联网 发布:下拉词软件 编辑:程序博客网 时间:2024/06/18 06:54

Centos 安装v8js


yum install php-pear



yum install re2c


yum install v8-devel




pecl install v8js-0.1.3
// if failed, need to download v8js-0.1.3 and manually install it


// modify b8js.cc and add the blow info line 1


#define PHP_V8_VERSION "0.1.3"


phpize
./configure --with-v8js
make
make test
make install




echo "extension=v8js.so" >> /etc/php.ini
0 0
原创粉丝点击