> >We could add a hook to the C iterator API for count();
> >it shouldn't have a huge impact on the rest of the engine.
>
> I'm not sure if the Iterators API is the right place (it's an API for
> foreach()). I guess it could be in either the Iterators API or the Object
> API. What would you expect it to return as far as PPP properties is
concerned?

True.  How about making it an optional handler along with the regular
handlers for the overloaded object; if it is not present, stick with
the current behaviour, otherwise, use the return value of that handler.

> By the way, I was holding off RC2 because of that bug you found. Any news?
> Can I roll RC2?

I didn't get a chance to dig in yet, and I have a bit to wrap up
before I can take a look at it this weekend.

It would be nice to fix before RC2, but since I haven't really
pinned down the precise cause, it's up to you :)

--Wez.

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

Reply via email to