Hi Benoit, That looks pretty cool, and you should apply for a pecl account to be able to upload it. Feel free to put me as the sponsor.
I'd suggest probably dropping support for less than PHP 7. It's just way late in 5.x lifecycle to release new software for it, imo. cheers Dan On 27 November 2017 at 21:16, Benoit Jacquemont <ben...@akeneo.com> wrote: > Hello everyone ! > > I'm Benoit Jacquemont, CTO and co-founder of Akeneo (www.akeneo). Akeneo > PIM is an open-source Product Information Management software written in > PHP. > > Several features from our software need to run quite long PHP processes in > background. These process can suffer memory leaks, which are not easy to > debug. > > So I have developed a small PHP extension that allows to dump the content > of the Zend memory in a JSON format. Then I provides some PHP tools to > analyze this file, like finding what are the most present objects in memory > and finding out why some instances didn't get cleanup by the ref-counter or > the garbage collector. > > Here is the process I used to debug memory leak with this extension and the > associated analyzers: > https://github.com/BitOne/php-meminfo/blob/master/doc/hunting_down_memory_leaks.md > > So I would like to know if it could be possible to register this extension > to PECL. > > Here is the source code and documentation: > https://github.com/BitOne/php-meminfo > > Thank you in advance ! > > Benoit -- PECL development discussion Mailing List (http://pecl.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php