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: php/php-src
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: passcod/php-src
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: exception-coalesce
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 17 commits
  • 14 files changed
  • 2 contributors

Commits on Mar 13, 2018

  1. Configuration menu
    Copy the full SHA
    2d37ed8 View commit details
    Browse the repository at this point in the history
  2. Update NEWS for 7.2.4

    remicollet committed Mar 13, 2018
    Configuration menu
    Copy the full SHA
    2602083 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2018

  1. Add ??? operator

    passcod committed Mar 15, 2018
    Configuration menu
    Copy the full SHA
    a1f0b7a View commit details
    Browse the repository at this point in the history
  2. Add test

    passcod committed Mar 15, 2018
    Configuration menu
    Copy the full SHA
    73fad28 View commit details
    Browse the repository at this point in the history
  3. Fix memory leak

    With help from Richard Maxwell who very kindly looked at the code and
    explained some C. Thanks!
    passcod committed Mar 15, 2018
    Configuration menu
    Copy the full SHA
    59dc6dd View commit details
    Browse the repository at this point in the history
  4. Fix basic test

    passcod committed Mar 15, 2018
    Configuration menu
    Copy the full SHA
    95f9fef View commit details
    Browse the repository at this point in the history

Commits on Mar 16, 2018

  1. More tests

    passcod committed Mar 16, 2018
    Configuration menu
    Copy the full SHA
    bf2ffe5 View commit details
    Browse the repository at this point in the history
  2. Code style

    passcod committed Mar 16, 2018
    Configuration menu
    Copy the full SHA
    812d530 View commit details
    Browse the repository at this point in the history
  3. A try at a more correct impl

    passcod committed Mar 16, 2018
    Configuration menu
    Copy the full SHA
    49b0829 View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2018

  1. Int ID instead of string

    passcod committed Mar 17, 2018
    Configuration menu
    Copy the full SHA
    4dadabd View commit details
    Browse the repository at this point in the history
  2. Again

    passcod committed Mar 17, 2018
    Configuration menu
    Copy the full SHA
    b6c8085 View commit details
    Browse the repository at this point in the history
  3. More debug

    passcod committed Mar 17, 2018
    Configuration menu
    Copy the full SHA
    1d67352 View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2018

  1. The fuck it way

    passcod committed Mar 18, 2018
    Configuration menu
    Copy the full SHA
    d426b1a View commit details
    Browse the repository at this point in the history
  2. More in eval

    passcod committed Mar 18, 2018
    Configuration menu
    Copy the full SHA
    4c785b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9fa09d6 View commit details
    Browse the repository at this point in the history
  4. Enable null-chaining tests

    passcod committed Mar 18, 2018
    Configuration menu
    Copy the full SHA
    1f5993f View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2018

  1. Add warning pass-through test

    passcod committed Mar 21, 2018
    Configuration menu
    Copy the full SHA
    929de2a View commit details
    Browse the repository at this point in the history
Loading