On Tue, 9 Oct 2001, Stas Bekman wrote:
> > Uh, Doug, why this and a few other recent commits go into
> > Apache/compat.pm? Does that mean that Apache::exit is deprecated in 2.0?
the modperl version of "exit()" has nothing todo with Apache, never had
any business in that namespace, as we all know the 1.x Apache.{pm,xs} is
bloated. so it just lives in a more reasonable namespace now.
> > The same for running BEGING/END blocks in Registry, should this
> > functionality go away in 2.x? Once registry 2.x is cleaned up, we don't
> > want to use Apache::compat. Can you please share some road map on these
> > issues? Thanks!
no functionality is going away, it is just a different api.
look at the TestModperl::endav test, you can clear/call END blocks
from the module(s) that implements Apache::Registry functionality.
just done so in a different way from 1.x
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]