Was it an oversight that Zend_Registry lost its set() and has() methods when it was refactored to extend ArrayObject, despite still having a corresponding get() method? I don't know about everyone else, but I prefer to pass around a registry object explicitly rather than rely on the static Zend::register()/isRegistered() methods. I would really like these methods back.
I've filed an issue here: http://framework.zend.com/issues/browse/ZF-672 Thanks, -Matt
