Hi Johannes,

----- Original Message -----
From: "Johannes Schlüter"
Sent: Thursday, July 31, 2008

> Matt,
>
> On Thu, 2008-07-31 at 20:06 +0200, Johannes Schlüter wrote:
> > On Thu, 2008-07-31 at 11:48 -0500, Matt Wilmas wrote:
> > > Ugh, I hate that reference/recursion stuff!  I have a hard time
following
> > > what's happening, and am not sure how some of those checks, etc. even
work
> > > in php_array_merge() (which I was working from). :-/  I tried changing
a few
> > > parts, and unfortunately couldn't fix it.  I will look at it further
when I
> > > have some more time, and will of course let you know if it's fixed.
Sorry.
> > > :-(
> >
> > I think I found a thing: you're iterating over src and src_entry, but
> > doing the recursion check using Z_ARRVAL_PP(dest_entry)->nApplyCount, I
> > didn't test it (need food first) but should do that with src_entry.
>
> FYI: that assumption seems to be correct and I committed it including
> the fix :-)

Uhh, it's been pretty long now (was sidetracked by non-PHP stuff...), but I
forgot to thank you for getting that code working, so thanks!  (And it was
such a simple fix, heh. :-/)  Sorry, but better late than never I guess. :-)

> johannes

- Matt


-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to