[wp-hackers] WordPress moving to PHP 5.3x?

Mike Schinkel mike at newclarity.net
Sun Jul 15 04:38:37 UTC 2012


On Jul 14, 2012, at 11:53 PM, Ryan McCue wrote:
> That code is used in an exception handler in production, so the
> performance didn't really matter to me. I'm sure you could do
> optimisations of that if needed.

For exception handling, definitely.  But in the architectures we're considering it would be called too many times per page load and I don't really see how it would be possible to optimize \without decorating the classes that use it with so much complexity that it wouldn't be worth the trouble. I think we might be moving away from static methods for this and several other reasons.

-Mike 



More information about the wp-hackers mailing list