PHP 5.6 vs 5.5 benchmarks

Discussion in 'PHP' started by digitalpoint, Feb 16, 2014.

  1. #1
    Was trying to find benchmarks comparing the alpha versions of PHP 5.6 to 5.5, and I couldn't find any, so I ran some myself.

    Nothing really crazy to call home about... In my benchmarking tests PHP 5.6.0 alpha 2 is ~3.5% faster than 5.5.9.

    Used the standard bench.php and micro_bench.php benchmarking scripts.
     
    digitalpoint, Feb 16, 2014 IP
  2. competent123

    competent123 Notable Member

    Messages:
    1,750
    Likes Received:
    71
    Best Answers:
    6
    Trophy Points:
    255
    #2
    this might be because you are using php with apc built in, and as per my understanding, php 5.6 has apc built in , as compared to php 5.5 < which require apc to be added as a module.
     
    competent123, Feb 17, 2014 IP
  3. digitalpoint

    digitalpoint Overlord of no one Staff

    Messages:
    38,334
    Likes Received:
    2,613
    Best Answers:
    462
    Trophy Points:
    710
    Digital Goods:
    29
    #3
    If you are referring to Zend OPcache, it's built in to both 5.6 and 5.5.
     
    digitalpoint, Feb 17, 2014 IP
  4. competent123

    competent123 Notable Member

    Messages:
    1,750
    Likes Received:
    71
    Best Answers:
    6
    Trophy Points:
    255
    #4
    competent123, Feb 17, 2014 IP