摘要: 查看php 编译的优化参数: php -i | less 新加入的模块需要加入 extension=module.so 如:新加入apcu模块 需加入 extension=module.so 阅读全文
posted @ 2017-11-27 17:12 yihan_c 阅读(127) 评论(0) 推荐(0)
摘要: http://php.net/manual/zh/install.pecl.php 1、下载apcu并解压 2、进入到解压目录 执行命令 phpize 或者 /usr/bin/phpize 3、执行命令 ./configure --enable-apcu --with-php-config=/usr 阅读全文
posted @ 2017-11-27 10:22 yihan_c 阅读(1265) 评论(0) 推荐(0)