我想使用blackfire来分析symfony的php命令。我遵循入门一节,这里是mac os的。<?;blackfire run php test.phpPHP Warning: PHP Startup: blackfire: Unable to initializecompiled with module API=20121212 in U
我毫无错误地安装了blackfire,然后尝试从web浏览器进行分析。它开始配置文件,但然后就挂了,挂了,再也没有完成。然后,我在命令行中通过curl进行了尝试,得到了以下错误: $ blackfire curl https://gitlist.demo.blackfire.io/* About to connect() to
Heroku要求将ext-blackfire添加到我的composer.json中,这导致composer install的Codeship崩溃。The requested PHP extension ext-blackfire ~1.18 is missing from your system.Install or enable PHP's blackfire extension.
如何在Codeship上安装Blackfire扩展?