|
||||||
| PHP Forum Use this forum to discuss all aspects of PHP Development. PHP is a server-side, cross-platform, HTML embedded scripting language that lets you create dynamic web pages. |
![]() |
|
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
|
|||
|
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.
__________________
DirkFirst |
| Sponsored Links |
|
|
|
|||
|
PHP is designed for some specific purpose first and foremost. The ability to disable certain functions and features at the server level is a way to maange resources and get it working on a larger platform of hardware. I think if you are going to code for an open-source or general population you need to keep in mind common server settings and do go using functions that most servers will not have enabled.
What kind of compatibility issues are you seeing with different versions? I have not had any problems in regards to that. |
|
|||
|
It does have its flaws but in general it is a good scripting language. What platform doesn't have flaws?
I do not agree with you at all about "PHP Sucks". I've made many large scale applications with it and I love it. Aren't you always asking questions about PHP on this forum?
__________________
Code:
for (int i;;) {
cout << "Smith";
}
|
|
|||||
|
Quote:
It's the beauty of something so very complex... See the diff'rence: complex versus "completely SUX" It's a distinct difference. JAcquii.
__________________
|
|
|||
|
Quote:
Quote:
__________________
DirkFirst |
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PHP 4 end of life announcement | Jordan | Programming News | 4 | 08-30-2007 10:55 AM |
| PHP Introduction | clookid | PHP Tutorials | 10 | 01-16-2007 08:17 AM |
| WingedPanther | ........ | 2753.6 |
| Xav | ........ | 2704 |
| Brandon W | ........ | 1702.32 |
| John | ........ | 1207.73 |
| marwex89 | ........ | 1175.24 |
| morefood2001 | ........ | 966.05 |
| dcs | ........ | 655.75 |
| Steve.L | ........ | 475.59 |
| orjan | ........ | 418.58 |
| Aereshaa | ........ | 383.54 |
Goal: 100,000 Posts
Complete: 97%