BitOne / php-meminfo

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

[enhancement] Provide names and sizes in output #10

Closed max-voloshin closed 6 years ago

max-voloshin commented 9 years ago

I wish the extension's output contains names of PHP entities (global variables / class fields / object properties) and its sizes.

Related blog post: http://maxvoloshin.com/2015/01/20/the-destination-of-the-allocated-memory/

Thanks!

BitOne commented 6 years ago

Hey @max-voloshin,

I forgot to close this issue, but we now have those features since April 2016.

And now a proper PHP 7 support since v1.0.0 ;)

Thanks for your ideas !