Closed stof closed 7 years ago
:+1:
:-1: it would complicate things. composer doesn't work on 5.2 so 5.2 users have and always will have to install by their own mean.
@nicolas-grekas then, what do you think about #2 ?
@lyrixx What if we test the SDK with atoum, do we have a chance to see our PR merged? /cc @jubianchi, @agallou, @mageekguy
@Hywan Thanks for the proposal but we need tests written in PHPUnit as this is the library we are using everywhere else (we don't have any experience with Atoum).
@fabpot I understand. We were planning to use the official atoum's blackfire-extension to test the extension itself, this would have been a good demonstration. Nevermind, thanks!
Currently, the SDK contains 2 things:
BlackfireProbe
for PHP 5.2+ on top of XHProf (well, except thatautostart.php
uses__DIR__
, killing the 5.2 support. this is fixed by #9)It may be a good idea to split them in separate repos.
And btw, if they stay in the same repo, the check in https://github.com/blackfireio/php-sdk/blob/5720c3047220dec183e522d90e3daf73371f8037/src/Blackfire/Client.php#L28 can never be false