PHP: Difference between revisions

Content deleted Content added
Removed duplicate "PHP is #4 language", removed PHP editors, and moved link to "See also"
Esycat (talk | contribs)
Line 148:
 
== Criticism ==
Criticisms of PHP include those general criticisms ascribed to other [[Scripting language|scripting programming language]]s and [[Type system|dynamically typed language]]s. Some specific criticisms of PHP include the following:
 
* PHP has traditionally inserted data received over the network directly into the language namespace ("register_globals"), leading to confusion between trusted and untrusted data, and hence innumerable security holes in PHP applications.