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: composer/pcre
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2.1.3
Choose a base ref
...
head repository: composer/pcre
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 2.2.0
Choose a head ref
  • 11 commits
  • 24 files changed
  • 2 contributors

Commits on Jul 11, 2024

  1. Fix some new failures

    Seldaek committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    b13ea67 View commit details
    Browse the repository at this point in the history
  2. Implement array shapes for Preg::match $matches by-ref parameter (#25)

    * Implement array shapes for `Preg::match` $matches by-ref parameter
    * declare conflict with phpstan < 1.11.6
    * Fork off phpstan CI in another job
    * Get rid of phpunit bridge
    
    Co-authored-by: Markus Staab <[email protected]>
    Seldaek and staabm authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    37ef71e View commit details
    Browse the repository at this point in the history
  3. Add support for isMatch in phpstan type ext (#26)

    * Add support for isMatch in phpstan type ext
    
    * Fix example to work around phpstan bug for now
    Seldaek authored Jul 11, 2024
    Configuration menu
    Copy the full SHA
    9f7f3d2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    59a4eec View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1f78dac View commit details
    Browse the repository at this point in the history

Commits on Jul 13, 2024

  1. Trigger error on unsafe StrictGroups usages (#29)

    Also fix issues on php 7.2/7.3
    Seldaek authored Jul 13, 2024
    Configuration menu
    Copy the full SHA
    5b103b3 View commit details
    Browse the repository at this point in the history

Commits on Jul 18, 2024

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

Commits on Jul 19, 2024

  1. Use new matchExpr API

    Seldaek committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    c2f6808 View commit details
    Browse the repository at this point in the history
  2. Use new matchExpr API

    Seldaek committed Jul 19, 2024
    Configuration menu
    Copy the full SHA
    744502a View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. PHPStan release now available

    Seldaek committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    b730621 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e455b7 View commit details
    Browse the repository at this point in the history
Loading