blackfireio / php-sdk

The Blackfire PHP SDK
https://blackfire.io
MIT License
150 stars 22 forks source link

Fatal errors in LoopClient #16

Closed clslrns closed 8 years ago

clslrns commented 8 years ago

Hi, guys.

This classes do not exist anymore:

But they are used in LoopClient: https://github.com/blackfireio/php-sdk/blob/master/src/Blackfire/LoopClient.php#L15.

It causes PHP errors like that:

PHP Fatal error:  Class 'Blackfire\Exception\LogicException' not found in .../vendor/blackfire/php-sdk/src/Blackfire/LoopClient.php on line 114
romainneutron commented 8 years ago

Fixed as of https://github.com/blackfireio/php-sdk/commit/8e75d2f6e1f1817d745c0068e8cf54c385e485ce

Thanks for reporting!

romainneutron commented 8 years ago

Released as of https://github.com/blackfireio/php-sdk/releases/tag/v1.5.17