Earlier quoted context omitted.
This is still the main reason why I use PHP: the development cycle is just so fast, and if you are experienced enough to write good code without anyone holding your hand, you can do great work in PHP in a much shorter period of time when compared to most other platforms (at least the ones I've tried). When people criticise the PHP language I think they really miss the point: it is the PHP platform that is really powe…
Yep. And compared to Rails, something like mod_php is just so much faster and less resource hungry, it hurts. I use both regularly in production, and scaling the PHP side is almost trivial compared to the rails side.
In the case of web applications all tend to scale equally well as you can just add another web server. Its the database that causes the scale issues.