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: twigphp/Twig
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.27.0
Choose a base ref
...
head repository: twigphp/Twig
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.27.1
Choose a head ref
  • 7 commits
  • 7 files changed
  • 1 contributor

Commits on May 27, 2026

  1. Bump version

    fabpot committed May 27, 2026
    Configuration menu
    Copy the full SHA
    86f3b3a View commit details
    Browse the repository at this point in the history

Commits on May 29, 2026

  1. Fix tests

    fabpot committed May 29, 2026
    Configuration menu
    Copy the full SHA
    118938b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d25f98f View commit details
    Browse the repository at this point in the history
  3. bug #4821 Preserve IteratorAggregate identity in sandbox __toString w…

    …alker (fabpot)
    
    This PR was merged into the 3.x branch.
    
    Discussion
    ----------
    
    Preserve IteratorAggregate identity in sandbox __toString walker
    
    Fixes #4820
    
    It's not a full fix, but a quick one just that for the specific use case described in the issue. This is the simple case as IteratorAggregate instances can be iterated more than once (I suppose most such iterators don't have side effects).
    
    Commits
    -------
    
    d25f98f Preserve IteratorAggregate identity in sandbox __toString walker
    fabpot committed May 29, 2026
    Configuration menu
    Copy the full SHA
    dfb5232 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8ec9530 View commit details
    Browse the repository at this point in the history
  5. bug #4822 Fix inconsistent array access with a Stringable key (fabpot)

    This PR was merged into the 3.x branch.
    
    Discussion
    ----------
    
    Fix inconsistent array access with a Stringable key
    
    Closes #4804
    
    Commits
    -------
    
    8ec9530 Fix inconsistent array access with a Stringable key
    fabpot committed May 29, 2026
    Configuration menu
    Copy the full SHA
    79884de View commit details
    Browse the repository at this point in the history

Commits on May 30, 2026

  1. Prepare the 3.27.1 release

    fabpot committed May 30, 2026
    Configuration menu
    Copy the full SHA
    ae2071b View commit details
    Browse the repository at this point in the history
Loading