|
|
|
|
|
by imanaccount247
4195 days ago
|
|
>Does Perl, Python or Ruby have built-in automatic escaping and sanitization? No, of course not. That's very much the point. PHP's broken attempt at that created security holes. >On top of that all three of those languages require additional setup No they don't. It is just that someone else has already done the setup for you with PHP at most cheapo hosting companies. Installing python is no harder than installing PHP. >(Especially Ruby with RoR shudder) You are comparing a framework to a language. Rails is no harder to setup than any of the PHP frameworks like zend or symfony. |
|
You are right, there are a bunch of hosting company providing 0-config PHP, but setting it up in any distro is also never more than one command away, unlike the other languages mentioned.
Regarding Ruby and RoR, I can't even find a tutorial on how to run Ruby under FastCGI, and RoR appears to be the de facto way to run Ruby websites, so if having a framework is required to run any non-trivial Ruby website, then it has to go into the "hard to configure" part of the argument regardless of semantics.