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: slimphp/Slim
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 3.x
Choose a base ref
...
head repository: everyx/Slim
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 3.x
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 3 commits
  • 10 files changed
  • 2 contributors

Commits on Dec 6, 2021

  1. fix compatibility of php 8.1

    * fix: compatibility of php8.1
    
    function `explod` and `preg_replace_callback`
    
    PHP message: PHP Deprecated:  preg_replace_callback(): Passing null to parameter #n ($xxx) of type xxx is deprecated /.../vendor/slim/slim/Slim/.../xxx.php on line nnn
    
    see: https://www.php.net/manual/en/migration81.deprecated.php
    
    * style: fix coding standards
    
    * fix: add #[\ReturnTypeWillChange] to ignore deprecation notices
    
    * chore: add phpstan to require-dev
    
    * fix: solving PHPStan error
    
    Unsafe usage of new static()
    
    See: https://phpstan.org/blog/solving-phpstan-error-unsafe-usage-of-new-static
    
    * ci: disable phpunit for branch 3.x with php8.x
    everyx authored Dec 6, 2021
    Configuration menu
    Copy the full SHA
    a85484a View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. fix(deps): bump pimple/pimple from ^3.0 to ^3.5.0

    Add support for PHP 8.1
    everyx committed Dec 7, 2021
    Configuration menu
    Copy the full SHA
    371996c View commit details
    Browse the repository at this point in the history

Commits on Dec 12, 2021

  1. fix compatibility of php 8.1

    * fix: add #[\ReturnTypeWillChange] to ignore deprecation notices
    stdex authored and everyx committed Dec 12, 2021
    Configuration menu
    Copy the full SHA
    bb2eb58 View commit details
    Browse the repository at this point in the history
Loading