Speed of php4 vs php5

Discussion in 'PHP' started by kuszeras, Feb 8, 2012.

  1. #1
    Has anyone seen comparison of speed of those 2? Is php5 better and how much better is it? :)
     
    kuszeras, Feb 8, 2012 IP
  2. xixilee

    xixilee Peon

    Messages:
    30
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    php5.3.x is better than php4.x ,about 30%!
     
    xixilee, Feb 8, 2012 IP
  3. kuszeras

    kuszeras Active Member

    Messages:
    326
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    61
    #3
    Oh... really... Do You have any proof?
     
    kuszeras, Feb 9, 2012 IP
  4. polad

    polad Member

    Messages:
    43
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #4
    any proof?
     
    polad, Feb 9, 2012 IP
  5. awood969

    awood969 Member

    Messages:
    186
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    40
    #5
    Regardless of speed PHP4 has now got SOOOOO many security concerns you'll be barking mad to use it for a new project.
     
    awood969, Feb 9, 2012 IP
  6. jestep

    jestep Prominent Member

    Messages:
    3,659
    Likes Received:
    215
    Best Answers:
    19
    Trophy Points:
    330
    #6
    PHP 4 is 4 years past it's end of life support. This means that if some major security hole or bug is discovered, it will not be fixed.

    PHP 5 is superior in just about every way. There's no reason to use php 4 at this point. If you have some legacy app with depreciated functions, it shouldn't be a huge amount of work converting to current functions.
     
    jestep, Feb 10, 2012 IP