Here are some interesting links regarding PHP performance tips. I hope you find them all as informative as I have.
5 PHP Performance Tips You Probably Don’t Want To Hear: Marco has some good tips that aren’t like many of the other performance tips you’ll find.
A HOWTO on Optimizing PHP: John Lim with a very detailed article on optimizing PHP.
Accelerating PHP Applications: Slides from a talk by Ilia Alshanetsky. Updated slides in PDF form found here.
Cluesheet – Tips for PHP Developers: Interesting “clue sheet” that has a section on performance.
How to install Alternative PHP Cache: Justin Silverton tells us how to install APC, a opcode cache for PHP.