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/http-foundation
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 172d807
Choose a base ref
...
head repository: symfony/http-foundation
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 5677bdf
Choose a head ref
  • 6 commits
  • 34 files changed
  • 2 contributors

Commits on Jan 23, 2024

  1. [HttpFoundation] Request without content-type or content-length heade…

    …r should result in null values, not empty strings
    priyadi authored and nicolas-grekas committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    528f59f View commit details
    Browse the repository at this point in the history
  2. Merge branch '5.4' into 6.3

    * 5.4:
      [Translation] Fix `TranslationNodeVisitor` with constant domain
      [Messenger] [AMQP] Throw exception on `nack` callback
      [Validator] revise Latvian translations
      [ErrorHandler] Fix `RecursiveDirectoryIterator` exception with wrong composer autoload
      [HttpFoundation] Request without content-type or content-length header should result in null values, not empty strings
      [Cache] Fix possible infinite loop in `CachePoolPass`
      [Mime] Fix undefined array key 0 when empty sender
      [Console] Allow '0' as a $shortcut in InputOption.php
      fix multi-byte code area to convert
      [Validator] Make it explicit when English translation differs from its resource name
    nicolas-grekas committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    25639a4 View commit details
    Browse the repository at this point in the history
  3. Merge branch '6.3' into 6.4

    * 6.3:
      [AssetMapper] Handle assets with non-ascii characters in dev server
      [Translation] Fix `TranslationNodeVisitor` with constant domain
      [Messenger] [AMQP] Throw exception on `nack` callback
      [Validator] revise Latvian translations
      [ErrorHandler] Fix `RecursiveDirectoryIterator` exception with wrong composer autoload
      [HttpFoundation] Request without content-type or content-length header should result in null values, not empty strings
      [Cache] Fix possible infinite loop in `CachePoolPass`
      grab a service from the container only if it exists
      [Mime] Fix undefined array key 0 when empty sender
      [Console] Allow '0' as a $shortcut in InputOption.php
      fix multi-byte code area to convert
      [Validator] Make it explicit when English translation differs from its resource name
    nicolas-grekas committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    292b163 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f2ab692 View commit details
    Browse the repository at this point in the history
  5. Merge branch '5.4' into 6.3

    * 5.4:
      Fix implicitly-required parameters
      List CS fix in .git-blame-ignore-revs
      Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
      [Messenger][AmazonSqs] Allow async-aws/sqs version 2
    nicolas-grekas committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    3b72add View commit details
    Browse the repository at this point in the history
  6. Merge branch '6.3' into 6.4

    * 6.3:
      minor #53524 [Messenger] [AmazonSqs] Allow `async-aws/sqs` version 2 (smoench)
      Fix bad merge
      List CS fix in .git-blame-ignore-revs
      Fix implicitly-required parameters
      List CS fix in .git-blame-ignore-revs
      Apply php-cs-fixer fix --rules nullable_type_declaration_for_default_null_value
    nicolas-grekas committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    5677bdf View commit details
    Browse the repository at this point in the history
Loading