Re: 1 cset was pushed to core/stable: comment out 14 unused register_shutdown_...
[email protected] (mikespub)
| Newsgroups | gmane.comp.cms.xaraya.bk-notices |
|---|---|
| Organization | not much |
| Message-ID | <[email protected]> |
In article <[email protected]>, Marcel van der Boom <[email protected]> wrote: >Michel Dalle wrote: >> comment out 14 unused register_shutdown_function() calls in core >> >Was this for a performance reason? I use those functions as tracers in >debugging a lot. > >marcel Yes - for debugging those are fine, so you can uncomment the ones you're using for tracing then. But since we're slowly moving to production releases, we probably shouldn't register all those unused functions for shutdown by default anymore - except those we're really using :-) Mike.