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: vimeo/psalm
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.14.1
Choose a base ref
...
head repository: vimeo/psalm
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.14.2
Choose a head ref
  • 11 commits
  • 28 files changed
  • 6 contributors

Commits on Aug 18, 2020

  1. Configuration menu
    Copy the full SHA
    17ed440 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    134955a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1468a28 View commit details
    Browse the repository at this point in the history
  4. Fix hash_*() signatures (#4014)

    Functions can return false when an invalid algorithm is supplied
    baukevdw authored Aug 18, 2020
    Configuration menu
    Copy the full SHA
    7ac6d2e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ebe3739 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    45d9ab1 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2020

  1. Set up taint analysis for pgsql functions (#4021)

    I noticed that entries in InternalTaintSinkMap don't warn
    unless the functions are added to CallMap.php
    e.g. `pg_exec($conn, $_GET['query']);`
    (pg_exec is an alias of pg_query)
    TysonAndre authored Aug 19, 2020
    Configuration menu
    Copy the full SHA
    e62e964 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2020

  1. Configuration menu
    Copy the full SHA
    5bf7cc6 View commit details
    Browse the repository at this point in the history
  2. Fix windows tests (#4040)

    * Fix windows tests by not mangling the expectations
    
    * Use platform-dependent directory separator in expected messages
    
    * fix CS
    weirdan authored Aug 22, 2020
    Configuration menu
    Copy the full SHA
    4dcb718 View commit details
    Browse the repository at this point in the history
  3. Don't hang when pcntl_fork is disabled (#4039)

    * Don't hang when pcntl_fork is disabled
    
    Fixes #3951
    
    * fix CS
    weirdan authored Aug 22, 2020
    Configuration menu
    Copy the full SHA
    1f54c42 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3538fe1 View commit details
    Browse the repository at this point in the history
Loading