I have a question to the PHP-in-production crowd: how long do you wait before migrating to higher version of PHP? Is the first release usually already fine, or is it better to wait for a few months and let someone else catch the early errors?
I wait until I need a new feature, or if there's a security issue. I still have PHP 5 apps in production.
I guess depending on the app that might not really matter, but that seems like it could be an issue at some point.