Re: [APC-DEV] [RFC] APC/PHP Lazy Loading

[email protected] (Rasmus Lerdorf) Thu, 26 Feb 2009 11:05:55 -0800
Newsgroups php.internals,php.apc.dev
Message-ID <[email protected]>
shire wrote:
> I agree for the general case, in our development environment though this
> might cause some pains.  But we could always start there and see how it
> goes.   I agree that Xdebug isn't really a use case we always need to
> optimize for.

Is it ever a case we need to optimize for?  If you are running xdebug,
you aren't worried about execution speed.  You certainly aren't going to
be running your PHP under xdebug in any sort of production environment.

-Rasmus