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: yohgaki/php-src
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: PHP-5.6-rfc-hash-compare
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 5 commits
  • 7 files changed
  • 1 contributor

Commits on Feb 6, 2014

  1. Timing safe str_compare() using SipHash

    Yasuo Ohgaki committed Feb 6, 2014
    Configuration menu
    Copy the full SHA
    73fa25a View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2014

  1. Add str_*_compare() functions to play with

    Yasuo Ohgaki committed Feb 7, 2014
    Configuration menu
    Copy the full SHA
    f8cf388 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e0cc716 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2014

  1. Add timing safe comparison, compares chars by word size. It could be …

    …faster than simple byte by byte comparison
    Yasuo Ohgaki committed Feb 10, 2014
    Configuration menu
    Copy the full SHA
    302a53d View commit details
    Browse the repository at this point in the history
  2. A little optimization

    Yasuo Ohgaki committed Feb 10, 2014
    Configuration menu
    Copy the full SHA
    6d70c37 View commit details
    Browse the repository at this point in the history
Loading