BitOne / php-meminfo

PHP extension to get insight about memory usage
MIT License
1.08k stars 78 forks source link

Bugfix/use correct symbol table php71 #62

Closed mathieuk closed 6 years ago

mathieuk commented 6 years ago

I tried using php-meminfo to investigate a problem with classes not being released somewhere but ran into a few snags when running with PHP 7.1 / PHP 7.2 which I hope to address in this PR. I've verified this to work (more accurately) in PHP 7.1 and expect it to run in PHP 7.2.

BitOne commented 6 years ago

Thanks @mathieuk , it indeed fixes the frame browsing problem with PHP 7.1