On Wed, Nov 12, 2025, 4:30 PM Arnaud Le Blanc <[email protected]> wrote:
> 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. > Hi Arnaud, Ok that answers it, thanks. > Best Regards, > Arnaud >
