Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: cakephp/cakephp
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.10.17
Choose a base ref
...
head repository: cakephp/cakephp
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.10.18
Choose a head ref
  • 9 commits
  • 7 files changed
  • 4 contributors

Commits on Apr 17, 2019

  1. Fix shutdown warnings in PHP7.2+

    Check if the current file is valid before re-using it. This fixes
    warnings emitted during process shutdown when DboSource is persisting
    the method cache.
    
    Fixes #13085
    markstory committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    4d0a209 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #13126 from cakephp/issue-13085

    Fix shutdown warnings in PHP7.2+
    markstory authored Apr 17, 2019
    Configuration menu
    Copy the full SHA
    c8a9c61 View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2019

  1. Configuration menu
    Copy the full SHA
    cf39119 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #13169 from tenkoma/2.x-test-pass-with-php73

    [2.x]Skip tests that fail on PHP 7.3 built-in functions
    markstory authored Apr 28, 2019
    Configuration menu
    Copy the full SHA
    7d8da30 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2019

  1. Improved doc block

    bancer committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    928f586 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #13171 from bancer/2.x-docs

    Improved doc block
    dereuromark authored Apr 29, 2019
    Configuration menu
    Copy the full SHA
    9270d47 View commit details
    Browse the repository at this point in the history

Commits on May 6, 2019

  1. Improve doc block

    bancer committed May 6, 2019
    Configuration menu
    Copy the full SHA
    7e1fef4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #13198 from bancer/2.x-docs

    Improve doc block
    markstory authored May 6, 2019
    Configuration menu
    Copy the full SHA
    3522378 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2019

  1. Configuration menu
    Copy the full SHA
    00aec4b View commit details
    Browse the repository at this point in the history
Loading