Closed remicollet closed 3 years ago
Hi
Originally the extension required to be loaded as a zend extension, but this is not required anymore. The zend_extension is kept here for backwards compatibility, and the only thing it does is to load the php extension. This may be removed now, I guess.
From README.md, usage is extension=memprof.so
But from code both zend_extension and zend_module_entry are present, so can also be loaded using zend_extension=memprof.so
Please clarify usage (and perhaps, clean uneeded code)