您的位置:首页 > 运维架构 > Linux

Install PHP v8js with PHP 5.6 on Centos 7

2017-04-24 17:41 2451 查看
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
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签:  centos v8