This is the most ridiculous commentary...
Posted Dec 19, 2011 8:01 UTC (Mon) by
khim (subscriber, #9252)
In reply to:
Cracks in the Foundation (PHP Advent) by sxpert
Parent article:
Cracks in the Foundation (PHP Advent)
Actually there are plenty of ways to use prepared statements with MySQL. You can use mysqli::prepare/mysqli_stmt::bind_param/mysqli_stmt::execute or PDO::prepare/PDOStatement::bindParam/PDOStatement::execute. People are using "good old" mysql_query because not all ISPs provide mysqli or PDO - but Postgresql is even rarer thus obviously not an option.
There is one thing PHP did right: it was ridiculously easy to add mod_php to the Apache server from the very beginning - and overhead was negligible when it was not in use thus a lot of ISPs offered mod_php and very few offered mod_perl or mod_python. This is what made PHP popular and this is what keeps it alive.
(
Log in to post comments)