arnaud-lb / php-memory-profiler

Memory profiler for PHP. Helps finding memory leaks in PHP scripts.
MIT License
858 stars 51 forks source link

Missing a method to determine the memprof version #59

Closed rgpublic closed 2 years ago

rgpublic commented 3 years ago

Perhaps I missed sth. but how can I determine the memprof version (3.0.1) without parsing the "phpinfo()" output? A method like memprof_version() or sth. would be very nice...

arnaud-lb commented 2 years ago

Hi @rgpublic

Added memprof_version() in #66

rgpublic commented 2 years ago

Cool. Very useful. Thank you!