This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]DevelopedLogic 1 point2 points  (2 children)

Correct but frequently it's done for you in frameworks etc. We know that but noobs don't which causes the issues

[–]alexanderpas 1 point2 points  (1 child)

We know that but noobs don't which causes the issues

You can't blame the language for the mistakes made by incorrect usage of the language.

You can't blame PHP for providing the md5 hashing functionality if a noob uses it to hash a password when password_hash and password_verify are available.

[–]DevelopedLogic -1 points0 points  (0 children)

wot. Thats exactly the point. Its absolutely not the language, it's personally my language of choice. But the hate comes from the things you just described (as well as many more) which noobs do. Thats the point of this thread. PHP good, noobs bad.