美文网首页
php之xcache安装

php之xcache安装

作者: EmptyBottl_520d | 来源:发表于2017-12-28 23:51 被阅读0次
  • 进入xcache源码包 执行phpize
  • ./configure --enable-xcache --with-php-config=/path /php-config
  • make
  • make install
  • 复制源码包中的 xcache.ini 到 php的配置文件中或者 --with-config-file-scan-dir 指定的目录下,注意这个xcache.ini中的文件内容需要响应的修改下 包括 zend_extension 等

相关文章

网友评论

      本文标题:php之xcache安装

      本文链接:https://www.haomeiwen.com/subject/pnrvgxtx.html