Change php5.2.3 to php6

Discussion in 'PHP' started by kmelody5185, Mar 26, 2009.

  1. #1
    How many functions changed from php5.2.3 to php6?
    And what are the changes?
    Can anyone help me out?
    Thanks!
     
    kmelody5185, Mar 26, 2009 IP
  2. bartolay13

    bartolay13 Active Member

    Messages:
    735
    Likes Received:
    14
    Best Answers:
    1
    Trophy Points:
    98
    #2
    i dont think that the beta of php 6 is released.. not really sure when though.
     
    bartolay13, Mar 27, 2009 IP
  3. jestep

    jestep Prominent Member

    Messages:
    3,659
    Likes Received:
    215
    Best Answers:
    19
    Trophy Points:
    330
    #3
    These are going away:
    ereg
    register_globals
    safe_mode
    magic_quotes
    register_long_arrays
    iconv
    mbstring
    <% %> tags gone

    APC will be built in
    Unicode supported (UTF-16)
    Support namespace, and some better xml handling (>5.3)

    These are off the top of my head, so verify them, but I'm pretty sure that these are all correct and are the major changes. ereg, magic_quotes and register_globals are the biggest changes IMO.
     
    jestep, Mar 27, 2009 IP
  4. ActiveFrost

    ActiveFrost Notable Member

    Messages:
    2,072
    Likes Received:
    63
    Best Answers:
    3
    Trophy Points:
    245
    #4
    PHP6 ? :eek: The latest available version is PHP 5.3.0RC1 ( which can't be rephrased as v6 ).
     
    ActiveFrost, Mar 27, 2009 IP
  5. jazzcho

    jazzcho Peon

    Messages:
    326
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #5
    If you have old scripts DO NOT upgrade.
     
    jazzcho, Mar 27, 2009 IP