Hi Paul, On Wed, Nov 5, 2025 at 7:30 AM Paul Dragoonis <[email protected]> wrote: > 3. In the implementation code there is a lot of mention of "list" and > zend_list .. why? Maybe the answer is obvious but I can't see, at first > glance, why we are implementing list under the hood.
`zend_list.h` is the API for managing resources in core. Best Regards, Arnaud
