Hi there,
I'm having an odd looking issue with the registry. I'm attempting to store a router object in it, but for some reason it appears to be lost into invalid memory or something.
When I attempt to store an object of type Zend_Controller_Router_Rewrite, it succeeds, but attempting to access that variable, even for a var_dump, from another page (works fine ont he same page it's set in) crashes ZF (or quite possibly PHP - nothing is output).
I can put other values and objects into it no problem; so I'm wondering if there are size restrictions on Zend_Registry, or I perhaps I need to increase some cache length?
Cheers for any help :)

