BitOne / php-meminfo

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

multiple minor fixes #93

Closed tony2001 closed 5 years ago

tony2001 commented 5 years ago

Nuked a number of unused variable, fixed static build, plugged a minor memleak due to a zval being (un)initialized, replaced direct struct access with appropriate macros.

BitOne commented 5 years ago

Whaoo @tony2001 , this is very good!

Thanks for this cleanup work, the code is clearly better now !

tony2001 commented 5 years ago

You're welcome :+1: