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/var-dumper
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.2.3
Choose a base ref
...
head repository: symfony/var-dumper
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.3.0
Choose a head ref
  • 18 commits
  • 47 files changed
  • 6 contributors

Commits on Nov 28, 2024

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

Commits on Dec 12, 2024

  1. chore: PHP CS Fixer fixes

    keradus authored and fabpot committed Dec 12, 2024
    Configuration menu
    Copy the full SHA
    876b630 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2024

  1. chore: PHP CS Fixer fixes

    keradus authored and fabpot committed Dec 14, 2024
    Configuration menu
    Copy the full SHA
    ee43df6 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2025

  1. Merge branch '7.2' into 7.3

    * 7.2: (47 commits)
      Remove comment about AppVeyor in `phpunit`
      [Webhook][RemoteEvent] fix SendgridPayloadConverter category support
      Update old Appveyor skip conditions
      sync the Dutch translation file with changes from the 7.2 branch
      [Yaml] fix inline notation with inline comment
      clean up code for doctrine/persistence 2.x
      Generate missing translations using Gemini
      fix(property-info): make sure that SerializerExtractor returns null for invalid class metadata
      add translations for the Slug constraint
      [RemoteEvent][Webhook] fix SendgridRequestParser & SendgridPayloadConverter in case of missing sg_message_id
      [Messenger] Fix `TransportMessageIdStamp` not always added
      [DoctrineBridge] Fix compatibility to Doctrine persistence 2.5 in Doctrine Bridge 6.4 to avoid Projects stuck on 6.3
      [PropertyInfo] Fix add missing composer conflict
      [ErrorHandler] Don't trigger "internal" deprecations for anonymous LazyClosure instances
      [VarDumper] Fix displaying closure's "this" from anonymous classes
      [Doctrine][Messenger] Prevents multiple TransportMessageIdStamp being stored in envelope
      [HttpKernel] Don't override existing LoggerInterface autowiring alias in LoggerPass
      reject inline notations followed by invalid content
      Fix predis command error checking
      [Security] Fix triggering session tracking from ContextListener
      ...
    xabbuh committed Jan 7, 2025
    Configuration menu
    Copy the full SHA
    b41d4c4 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2025

  1. Configuration menu
    Copy the full SHA
    f396142 View commit details
    Browse the repository at this point in the history
  2. feature #59035 [VarDumper] Add casters for object-converted resources…

    … (alexandre-daubois)
    
    This PR was squashed before being merged into the 7.3 branch.
    
    Discussion
    ----------
    
    [VarDumper] Add casters for object-converted resources
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 7.3
    | Bug fix?      | no
    | New feature?  | yes
    | Deprecations? | yes
    | Issues        | -
    | License       | MIT
    
    This PR makes up for the backlog of resources transformed into objects in the latest versions of PHP.
    
    ✅ Support added (or already existing with an update in `AbstractCloner`):
    - ext-curl
        - `CurlMultiHandle`: **no information to gather**
    - ext-openssl
      -  `OpenSSLCertificateSigningRequest`
      - `OpenSSLAsymmetricKey`
    - ext-finfo
      - **No information to gather**
    - ext-sqlite3
    	- `Sqlite3Result`
    - ext-sockets
    	- `Sockets` (to rebase on symfony/symfony#59026)
    - ext-pgsql
    	- `PgSql\Lob`
    	- `PgSql\Connection`
    	- `PgSql\Result`
    
    ⚠️ Remaining classes I couldn't test/find enough info yet (introduced in PHP 8.4):
    - `Odbc\Connection`
    - `Odbc\Result`
    - `Soap\Url`
    - `Soap\Sdl`
    
    Commits
    -------
    
    7be64835c4b [VarDumper] Add casters for object-converted resources
    nicolas-grekas committed Jan 9, 2025
    Configuration menu
    Copy the full SHA
    904d925 View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2025

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

Commits on Jan 17, 2025

  1. Merge branch '7.2' into 7.3

    * 7.2: (37 commits)
      fix dumped markup
      improve amqp connection issues
      [Serializer] [ObjectNormalizer] Filter int when using FILTER_BOOL
      Fix #53778
      Issue 59387-2: make check with prefix more robust
      [PropertyInfo] Add missing test
      fix tests
      [Security][Validators] Review translations.
      [validator] Updated Dutch translation
      [FrameworkBundle] Fix wiring ConsoleProfilerListener
      [HttpKernel] Fix link to php doc
      [Lock] Make sure RedisStore will also support Valkey
      [Validator] Update sr_Cyrl 120:This value is not a valid slug.
      [Validator] Update sr_Latn 120:This value is not a valid slug.
      6.4 Missing translations for Italian (it) #59419
      tests(notifier): avoid failing SNS test with local AWS configuration
      Fix typo ratio comment
      chore: PropertyAccess - fix typo in DocBlock
      [Validator] Missing translations for Brazilian Portuguese (pt_BR)
      fix(dependency-injection): reset env vars with kernel.reset
      ...
    xabbuh committed Jan 17, 2025
    Configuration menu
    Copy the full SHA
    f83ffad View commit details
    Browse the repository at this point in the history

Commits on Jan 19, 2025

  1. chore: PHP CS Fixer fixes

    keradus authored and GromNaN committed Jan 19, 2025
    Configuration menu
    Copy the full SHA
    9b59e65 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2025

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

Commits on Mar 8, 2025

  1. chore: PHP CS Fixer fixes

    keradus authored and fabpot committed Mar 8, 2025
    Configuration menu
    Copy the full SHA
    cf2f52a View commit details
    Browse the repository at this point in the history

Commits on Mar 17, 2025

  1. chore: PHP CS Fixer fixes

    keradus authored and nicolas-grekas committed Mar 17, 2025
    Configuration menu
    Copy the full SHA
    c81427d View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2025

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

Commits on Apr 9, 2025

  1. fix tests

    xabbuh committed Apr 9, 2025
    Configuration menu
    Copy the full SHA
    22560f8 View commit details
    Browse the repository at this point in the history
  2. Merge branch '6.4' into 7.2

    * 6.4:
      fix tests
      chore: fix some typos
      update Couchbase mirror for Ubuntu 24.04
    nicolas-grekas committed Apr 9, 2025
    Configuration menu
    Copy the full SHA
    9c46038 View commit details
    Browse the repository at this point in the history
  3. Merge branch '7.2' into 7.3

    * 7.2:
      fix tests
      chore: fix some typos
      update Couchbase mirror for Ubuntu 24.04
    nicolas-grekas committed Apr 9, 2025
    Configuration menu
    Copy the full SHA
    5be5bdd View commit details
    Browse the repository at this point in the history

Commits on Apr 27, 2025

  1. [VarDumper] Remove unused code

    wkania committed Apr 27, 2025
    Configuration menu
    Copy the full SHA
    548f676 View commit details
    Browse the repository at this point in the history
Loading