|
||||||
| 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 |
|
|||
|
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 |
|
|||
|
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 | News | 4 | 08-30-2007 09:55 AM |
| PHP Introduction | clookid | PHP Tutorials | 10 | 01-16-2007 07:17 AM |
Algorithms and Data Structures
Programming Language Popularity
Code Collaboration
Podnet IRC Network
AmpHosted
Goal #1: 1,000 Blogs
Goal #2: 1,000 Wiki Pages
Goal #3: 300,000 Posts
Goal #4: 20,000 Threads
Done: 30%, 23%, 55%, 75%