Thanks to visit codestin.com
Credit goes to github.com

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/mailer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.3.3
Choose a base ref
...
head repository: symfony/mailer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.3.4
Choose a head ref
  • 4 commits
  • 2 files changed
  • 3 contributors

Commits on Sep 11, 2025

  1. Configuration menu
    Copy the full SHA
    012185c View commit details
    Browse the repository at this point in the history
  2. Merge branch '6.4' into 7.3

    * 6.4:
      Replace __sleep/wakeup() by __(un)serialize() for throwing and internal usages
    nicolas-grekas committed Sep 11, 2025
    Configuration menu
    Copy the full SHA
    4caa022 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2025

  1. Configuration menu
    Copy the full SHA
    0f7cf99 View commit details
    Browse the repository at this point in the history
  2. bug #60515 [Mailer] Fix memory leak with `mailer.message_logger_liste…

    …ner` (andrew-demb)
    
    This PR was squashed before being merged into the 7.3 branch.
    
    Discussion
    ----------
    
    [Mailer] Fix memory leak with `mailer.message_logger_listener`
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 7.3
    | Bug fix?      | yes
    | New feature?  | no
    | Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
    | Issues        | Fix #50580
    | License       | MIT
    
    Register `mailer.message_logger_listener` only when profiler enabled to prevent memory leaks as suggested in:
    - symfony/symfony#50580 (comment)
    - symfony/symfony#50580 (comment)
    
    ~~`@stof` can you guide me about the way how to implement your second suggestion too? symfony/symfony#50580 (comment) UPD: resolved
    
    _This change may be considered as a minor BC break - DI service won't be available anymore with disabled profiler._
    
    Commits
    -------
    
    b63317d2cf6 [Mailer] Fix memory leak with `mailer.message_logger_listener`
    fabpot committed Sep 17, 2025
    Configuration menu
    Copy the full SHA
    ab97ef2 View commit details
    Browse the repository at this point in the history
Loading