A few open-source/php articles…
- PHP Performance Tips – A few comments: xcache has a usable GUI to clear the bytecode cache and analyze hits. I haven’t used APC recently so I can’t speak to it.
- 20 Questions about the GPL
- Doctrine now in PECL — to speed up a performance-sensitive part, they’re moving some of Doctrine’s hydration code into an optional PECL extension. Recommended for anyone who’s using Doctrine in production on a high load site, but still in early alpha.
No comments yet