Drawback of php

Discussion in 'PHP' started by cancer10, Nov 14, 2007.

  1. #1
    Hey,

    I was wondering if there is/are any drawbacks/limitations of php over other web languages?


    Thanx
     
    cancer10, Nov 14, 2007 IP
  2. tonybogs

    tonybogs Peon

    Messages:
    462
    Likes Received:
    13
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Perhaps the biggest drawback is that there is no garbage collection.

    Someone inexperienced in using PHP can easily run into memory issues because of this.
     
    tonybogs, Nov 14, 2007 IP
  3. Dollar

    Dollar Active Member

    Messages:
    2,598
    Likes Received:
    82
    Best Answers:
    0
    Trophy Points:
    90
    #3
    PHP leaks are bad. Often exposing your code. But not a serious problem.
     
    Dollar, Nov 14, 2007 IP
  4. cancer10

    cancer10 Guest

    Messages:
    364
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    What is a leak?
     
    cancer10, Nov 14, 2007 IP
  5. Dollar

    Dollar Active Member

    Messages:
    2,598
    Likes Received:
    82
    Best Answers:
    0
    Trophy Points:
    90
    #5
    Its when there is I belive a memory timeout/error and it lets the user download the PHP file that is being proccessed by the server. It will throw up the php file to be downloaded.
     
    Dollar, Nov 14, 2007 IP
  6. sickanimations

    sickanimations Peon

    Messages:
    137
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Some say that it's too loose and gives programmers bad habbits. I don't blame PHP but the programmers themself. One problem is lack of namespaces in the current version, apparently this will be fixed in the new version, though :)
     
    sickanimations, Nov 14, 2007 IP