0
点赞
收藏
分享

微信扫一扫

xhprof 的下载bug

静悠 2022-11-11 阅读 64


项目中偶然会遇到需要用xhprof,经过一阵鼓弄,擦大部分网上攻略里面


wget http://pecl.php.net/get/xhprof-0.9.4.tgz
tar -zxvf xhprof-0.9.4.tgz
cd xhprof-0.9.4
cd extension
phpize
./configure --enable-xhprof
make
make test
sudo make install

这个版本,编译后的都是0.9.2 

真是坑爹。

从这个小哥的blog  可以看出来

​​http://blog.sina.com.cn/s/blog_5f54f0be0102v995.html​​

你们编译后都不差对应版本的么?





举报

相关推荐

0 条评论