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: symfony/polyfill-mbstring
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 9174a3d
Choose a base ref
...
head repository: symfony/polyfill-mbstring
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 42292d9
Choose a head ref
  • 15 commits
  • 7 files changed
  • 8 contributors

Commits on Sep 13, 2021

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

Commits on Oct 20, 2021

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

Commits on Nov 30, 2021

  1. Passing null to strpos() throws deprecation on PHP 8.1

    > Deprecated: strpos(): Passing null to parameter #1 ($haystack) of type string is deprecated
    simPod committed Nov 30, 2021
    Configuration menu
    Copy the full SHA
    0abb51d View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. Passing null to preg_split() throws deprecation on PHP 8.1

    > preg_split(): Passing null to parameter #3 ($limit) of type int is deprecated
    simPod committed May 9, 2022
    Configuration menu
    Copy the full SHA
    7fdf186 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. Update CHANGELOG.md

    nicolas-grekas committed May 10, 2022
    Configuration menu
    Copy the full SHA
    240259a View commit details
    Browse the repository at this point in the history

Commits on May 24, 2022

  1. Update changelog

    nicolas-grekas committed May 24, 2022
    Configuration menu
    Copy the full SHA
    9344f9c View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2022

  1. CS fix

    nicolas-grekas committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    d1f7f1a View commit details
    Browse the repository at this point in the history
  2. Prepare for v1.27

    nicolas-grekas committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    8ad114f View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2023

  1. Update license years

    fabpot authored and nicolas-grekas committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    4bf6bd0 View commit details
    Browse the repository at this point in the history
  2. Bump for 1.28

    nicolas-grekas committed Jan 26, 2023
    Configuration menu
    Copy the full SHA
    fd9e963 View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2023

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

Commits on Jul 28, 2023

  1. Add case folding map

    alexandre-daubois authored and nicolas-grekas committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    ed4043b View commit details
    Browse the repository at this point in the history
  2. bug #427 Add case folding map (alexandre-daubois)

    This PR was merged into the 1.28-dev branch.
    
    Discussion
    ----------
    
    Add case folding map
    
    Fixes symfony/polyfill#173
    
    `@nicolas`-grekas, I've indeed borrowed the map you pointed at in the issue. Thanks for this!
    
    Commits
    -------
    
    3d151ba Add case folding map
    nicolas-grekas committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    46180f4 View commit details
    Browse the repository at this point in the history
  3. [PHP 8.3] Polyfill mb_str_pad()

    IonBazan authored and nicolas-grekas committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    54b4e19 View commit details
    Browse the repository at this point in the history
  4. feature #435 [PHP 8.3] Polyfill mb_str_pad() (IonBazan)

    This PR was squashed before being merged into the 1.28-dev branch.
    
    Discussion
    ----------
    
    [PHP 8.3] Polyfill mb_str_pad()
    
    Polyfills the `mb_str_pad()` function added in PHP 8.3: https://wiki.php.net/rfc/mb_str_pad
    
    Test cases were taken from the RFC implementation and adapted to PHPUnit.
    
    Commits
    -------
    
    7ccd416 [PHP 8.3] Polyfill mb_str_pad()
    nicolas-grekas committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    42292d9 View commit details
    Browse the repository at this point in the history
Loading