红帽 php-apd 安装
我最近尝试使用 php-apd profiler 来分析我的 Facebook 应用程序,但我没有任何使用 redhat dest 的经验。 如何在redhat下安装php-apd profiler?确切的命令是什么?
I'm recently trying to profile my Facebook app with php-apd profiler, but i don't have any experience with redhat dest.
how to install php-apd profiler under redhat? what is the exact command?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您是否尝试过简单地使用:
pecl install apd
由于它是 PECL 扩展,理论上该命令应该足以安装它。如果这不起作用,您可以在 PHP 手册上找到更多信息有关安装 PECL 扩展的页面。
Have you tried simply using:
pecl install apd
Since it's a PECL extension, in theory that command should be enough to install it. If that doesn't work, you may be able to find more information on the PHP manual page about installing PECL extensions.
我认为您应该阅读手册一次。
Think you should go through the manual once.