BitOne / php-meminfo

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

Fixed test name #39

Closed francisbesset closed 6 years ago

BitOne commented 6 years ago

Thanks @francisbesset ! Unfortunately this function too has been removed from the extension during a simplification phase that occurred before implementing PHP7 support.

In fact, only the meminfo_dump has been kept. The summary is now provided by a new analyzer (summary), which provides more information, like taking scalar into account as well as displaying the size in bytes.

Sorry about that and thanks again for your contribution!