what is the deffrent of PHP 5 and the earlier?

Discussion in 'Programming' started by johnsebastian777, Aug 4, 2009.

  1. #1
    is anybody know what is the deffrent?
    thanks.
     
    johnsebastian777, Aug 4, 2009 IP
  2. flakas123

    flakas123 Peon

    Messages:
    50
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Check PHP changelog, it should help.
     
    flakas123, Aug 4, 2009 IP
  3. johnsebastian777

    johnsebastian777 Member

    Messages:
    88
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #3
    ok, thanks... :) i will check it
     
    johnsebastian777, Aug 4, 2009 IP
  4. premiumscripts

    premiumscripts Peon

    Messages:
    1,062
    Likes Received:
    48
    Best Answers:
    0
    Trophy Points:
    0
    #4
    PHP 5 added more functionality to deal with object oriented code. Public/private functions, static functions, magic methods like __get, __set, etc..

    Recently, php 5.3 added support for namespaces, late static binding, mysqlnd, and more.

    PHP 6 is supposed to add internationalization support.
     
    premiumscripts, Aug 4, 2009 IP
  5. johnsebastian777

    johnsebastian777 Member

    Messages:
    88
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #5
    hooh. thanks for the information.
    btw where to get that information?
     
    johnsebastian777, Aug 4, 2009 IP
  6. premiumscripts

    premiumscripts Peon

    Messages:
    1,062
    Likes Received:
    48
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Read the php news archive, for example here are the most important features announced for php 5.3: php.net/archive/2009.php#id2009-06-30-1
     
    premiumscripts, Aug 4, 2009 IP
  7. johnsebastian777

    johnsebastian777 Member

    Messages:
    88
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    41
    #7
    ok.. thanks premiumcripts, :)
     
    johnsebastian777, Aug 4, 2009 IP