reliforp / reli-prof

A sampling profiler or a memory profiler for PHP written in PHP, which reads information about running PHP VM from outside the process. You can find performance bottlenecks or memory leaks of your scripts without changing the target script or loading extensions.
MIT License
461 stars 15 forks source link

Fix the target PHP version detection on some cases #422

Closed sj-i closed 9 months ago

sj-i commented 9 months ago

The automatically detected PHP version isn't actually used to get the address of EG and CG on i:m and i:eg

coveralls commented 9 months ago

Pull Request Test Coverage Report for Build 7676071297


Totals Coverage Status
Change from base Build 7573526597: 0.02%
Covered Lines: 5155
Relevant Lines: 6125

💛 - Coveralls