RE: [PHP-DEV] [Fwd: Re: [PHP] Howto return multidimensional arrays from a PHP module]

2001-02-05 Thread Marc Boeren
>I were refered to this list... >I found an old entry in the dev archive, explaining that I could achieve >my goals, by "for each inner array you >allocate a zval*, initialize it, add data to it, and add it to the >return value." >But how exactly do I add a zval? >My guess is add_assoc_resource b

Re: [PHP-DEV] [Fwd: Re: [PHP] Howto return multidimensional arrays from a PHP module]

2001-02-05 Thread Thomas Wentzel
Hmmm... Can anybody tell me why this mail ended up in this list and not the devel list?? Thomas Wentzel wrote: > > Hi, > > I were refered to this list... > I found an old entry in the dev archive, explaining that I could achieve > my goals, by "for each inner array you > allocate a zval*, init