Matthew Weier O'Phinney wrote:


The registry is a singleton registry, and as such it is persistent for
the duration of the request -- but not *between* requests. Remember, PHP
is a shared nothing architecture.

Thats what I thought, the same question came up regards to the PEAR Config package aswell, need a way to prevent constant xml parsing as I prefer to use xml for configs. Maybe implementing it into a cache ?

Reply via email to