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: v1.31.0
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: v1.32.0
Choose a head ref
  • 4 commits
  • 3 files changed
  • 4 contributors

Commits on Sep 10, 2024

  1. Give testing some love

    nicolas-grekas committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    2369cb9 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

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

Commits on Nov 22, 2024

  1. Require iconv for mbstring

    As the mbstring polyfill using the iconv functions a lot, if not in all calls being done, code without iconv using this polyfill will break.
    
    As this repo also provides a polyfill for iconv I don't think this will be a breaking change.
    jaapio committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    01072b6 View commit details
    Browse the repository at this point in the history

Commits on Dec 23, 2024

  1. minor #508 Require iconv for mbstring (jaapio)

    This PR was merged into the 1.x branch.
    
    Discussion
    ----------
    
    Require iconv for mbstring
    
    As the mbstring polyfill using the iconv functions a lot, if not in all calls being done, code without iconv using this polyfill will break.
    
    As this repo also provides a polyfill for iconv I don't think this will be a breaking change.
    
    Commits
    -------
    
    bf69c92 Require iconv for mbstring
    stof committed Dec 23, 2024
    Configuration menu
    Copy the full SHA
    6d857f4 View commit details
    Browse the repository at this point in the history
Loading