The more I use PHP the more it irritates me. Mostly because I don't know what I'm doing. Here are some points though about why PHP sucks!
1) Inconsitent naming of functions - They use all three versions of naming!
myfunction
my_function
myFunction
2) Functions like magic quotes are can be turned off in the php.ini. If you want to make something portable, you better make sure every server you run it on has the same settings.
3) Its slow - Check Here for a comparison against java.
4) Different versions of php are incompatable such as 4.3 to 4.4 or 4.x to 5.0 (remind you of java?)
5) It isn't thread safe
Thats all I have for now. I am, of course going to keep using PHP but it does suck.


LinkBack URL
About LinkBacks




Reply With Quote





Bookmarks
Algorithms and Data Structures
Java tutorials
Algorithms Forum