Thomas di Luccio

Results 2 comments of Thomas di Luccio

I believe we should replace ``` if (version_compare(phpversion('blackfire'), '1.78.0', '>=')) { .... } ``` with: ``` if (phpversion('blackfire') && version_compare(phpversion('blackfire'), '1.78.0', '>=')) { .... } ``` to ensure the conditions...

Hi @ahebrank. Thanks for the report. We are on it and the issue should be resolved soon.