What are the new feature in php 6

Discussion in 'PHP' started by balaji153, Jul 10, 2010.

  1. #1
    what are the new feature in php 6 ?
     
    balaji153, Jul 10, 2010 IP
  2. danx10

    danx10 Peon

    Messages:
    1,179
    Likes Received:
    44
    Best Answers:
    2
    Trophy Points:
    0
    #2
    Hmm, not so much new features, just generally improved functionality by removing uneeded functionality.

    The following are known to be axed:

    -Register Globals
    -Safe Mode
    -Magic Quotes

    Which should'nt really effect much as these were deprecated.

    However with these 'improvements' their comes some downfalls:

    -Bug/exploit -> http://www.offensive-security.com/b...r_transliterate-0day-buffer-overflow-exploit/
    -Is known to be the slowest PHP version
     
    Last edited: Jul 10, 2010
    danx10, Jul 10, 2010 IP