Commits on Jun 25, 2017
  1. Merge branch 'PHP-7.0' into PHP-7.1

    nikic committed Jun 25, 2017
  2. Fixed bug #73900

    nikic committed Jun 25, 2017
Commits on Jun 23, 2017
  1. Fixed bug #74623

    nikic committed Jun 23, 2017
Commits on Jun 2, 2017
  1. Merge branch 'PHP-7.0' into PHP-7.1

    nikic committed Jun 2, 2017
  2. Merge branch 'PHP-7.0' into PHP-7.1

    nikic committed Jun 2, 2017
  3. Revert "merge PR #2290: enable opcache in CLI in 7.1+"

    This reverts commit 71fe529.
    
    Without the file cache (which is not enabled by default), this has
    non-trivial impact on the startup time. It also significantly
    increases the baseline memory usage of PHP on CLI.
    nikic committed Jun 2, 2017
Commits on May 24, 2017
  1. Merge branch 'PHP-7.0' into PHP-7.1

    nikic committed May 24, 2017
Commits on Apr 14, 2017
  1. Fixed bug #74442

    nikic committed Apr 14, 2017
  2. Fixed bug #74431

    If the last instruction in a block is a NOP, then `new_opline`
    here won't be a copy of `opline`, it will be a copy of the last
    non-NOP opline. Avoid performing a spurious update by explicitly
    checking for NOP.
    nikic committed Apr 14, 2017
Commits on Apr 9, 2017
  1. Merge branch 'PHP-7.0' into PHP-7.1

    nikic committed Apr 9, 2017
  2. Merge branch 'PHP-7.0' into PHP-7.1

    nikic committed Apr 9, 2017
Commits on Apr 2, 2017
  1. Fixed bug #74340

    nikic committed Apr 2, 2017
  2. Fixed bug #74361

    nikic committed Apr 2, 2017
Commits on Apr 1, 2017
  1. Merge branch 'PHP-7.0' into PHP-7.1

    nikic committed Apr 1, 2017
Commits on Mar 17, 2017
  1. Merge branch 'PHP-7.0' into PHP-7.1

    nikic committed Mar 17, 2017
  2. Fix bug #74265

    nikic committed Mar 17, 2017
  3. Disable block pass for large functions

    This is the last fix for bug #74250.
    nikic committed Mar 17, 2017
Commits on Mar 15, 2017
  1. Fix bug #69676

    nikic committed Mar 15, 2017
Commits on Mar 10, 2017
  1. Merge branch 'PHP-7.0' into PHP-7.1

    nikic committed Mar 10, 2017
  2. Fixed bug #73960

    nikic committed Mar 9, 2017
Commits on Mar 9, 2017
  1. Merge branch 'PHP-7.0' into PHP-7.1

    nikic committed Mar 9, 2017
  2. Fixed bug #73370

    If len=0 malloc() is allowed to return NULL.
    nikic committed Mar 9, 2017
  3. Merge branch 'PHP-7.0' into PHP-7.1

    nikic committed Mar 9, 2017
  4. Merge branch 'PHP-7.0' into PHP-7.1

    nikic committed Mar 9, 2017
Commits on Mar 2, 2017
  1. Merge branch 'PHP-7.0' into PHP-7.1

    nikic committed Mar 2, 2017
Commits on Feb 24, 2017
  1. Merge branch 'PHP-7.0' into PHP-7.1

    nikic committed Feb 24, 2017
Commits on Feb 17, 2017
  1. Merge branch 'PHP-7.0' into PHP-7.1

    nikic committed Feb 17, 2017
Commits on Feb 16, 2017
  1. Merge branch 'PHP-7.0' into PHP-7.1

    nikic committed Feb 16, 2017
  2. Add json dep to test

    nikic committed Feb 16, 2017
Commits on Feb 12, 2017
  1. Merge branch 'PHP-7.0' into PHP-7.1

    nikic committed Feb 12, 2017
  2. Merge branch 'PHP-7.0' into PHP-7.1

    nikic committed Feb 12, 2017
Commits on Feb 11, 2017
  1. Merge branch 'PHP-7.0' into PHP-7.1

    nikic committed Feb 11, 2017
  2. Merge branch 'PHP-7.0' into PHP-7.1

    nikic committed Feb 11, 2017
Commits on Feb 8, 2017
  1. Merge branch 'PHP-7.0' into PHP-7.1

    nikic committed Feb 8, 2017
Commits on Feb 6, 2017
  1. Revert "Fix detection of isnan and isinf"

    This reverts commit 9ea0949.
    nikic committed Feb 6, 2017