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/dotenv
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.0.10
Choose a base ref
...
head repository: symfony/dotenv
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v7.1.0
Choose a head ref
  • 13 commits
  • 7 files changed
  • 7 contributors

Commits on Nov 20, 2023

  1. DotEnv debug command aware of custom dotenv_path

    Introduce SYMFONY_DOTENV_PATH set by DotEnv class and read by debug:dotenv command
    to contextualize the debug info with the file that was actually parsed.
    GromNaN committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    68cd3f9 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Fx README files

    fabpot committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    850329b View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2023

  1. Merge branch '7.0' into 7.1

    * 7.0:
      fix merge
      [VarDumper] Test intl formatter broken since dumper does not replace the nnbsp character by standard space
      [WebProfilerBundle] Fix intercept external redirects
      [Webhook] Added missing XML attribute in config XSD
      [String] Skip a test when an issue is detected in PCRE2
      [ExpressionLanguage] Fix null coalescing propagation
      [Mailer] Stop using the (local) AWS shared configuration in the PHPUnit tests.
      detect colors on not windows
      fix xterm detection
      refactor: hyper check
      Missing translations for Slovak (sk) #51954
      Remove redundant PHPdoc line
      properly handle SYMFONY_DOTENV_VARS being the empty string
      Avoid incompatibility with symfony/console 7
      bug #45057 [Messenger] Avoid reconnecting active Redis connections.
      [HttpKernel] Catch `TypeError` if the wrong type is used in `BackedEnumValueResolver`
      [Serializer] fix regression where nullable int cannot be serialized
      do not overwrite an application's default serialization context
    xabbuh committed Dec 10, 2023
    Configuration menu
    Copy the full SHA
    d9759e3 View commit details
    Browse the repository at this point in the history

Commits on Dec 18, 2023

  1. Code updates

    javiereguiluz authored and nicolas-grekas committed Dec 18, 2023
    Configuration menu
    Copy the full SHA
    0106cf4 View commit details
    Browse the repository at this point in the history

Commits on Dec 28, 2023

  1. Merge branch '7.0' into 7.1

    * 7.0:
      [VarDumper] Fix CSS alignment in HtmlDumper
      allow environment variables starting with an underscore
      Update a test
      [PsrHttpMessageBridge] Fix links in composer.json
      [Mailer][Postmark] Add missing changelog for webhook support
      [HttpKernel] fix "Cannot redeclare renderSymfonyLogoSvg()" inside phpunit tests
      Remove #StandWithUkraine
      [Notifier][Smsc] Require login and password
    fabpot committed Dec 28, 2023
    Configuration menu
    Copy the full SHA
    267a24d View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. feature #52638 [Dotenv] Add SYMFONY_DOTENV_PATH, consumed by `debug…

    …:dotenv` for custom `.env` path (GromNaN)
    
    This PR was merged into the 7.1 branch.
    
    Discussion
    ----------
    
    [Dotenv] Add `SYMFONY_DOTENV_PATH`, consumed by `debug:dotenv` for custom `.env` path
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 7.1
    | Bug fix?      | no
    | New feature?  | yes
    | Deprecations? | no
    | Issues        | Fix #47880
    | License       | MIT
    
    Continuation of #47901
    
    Introduce `SYMFONY_DOTENV_PATH` set by DotEnv class and read by the `debug:dotenv` command to contextualize the debug info with the file that was actually parsed.
    
    The custom path can be set in many ways:
    
    - Doing a call to `(new Dotenv())->bootEnv(dirname(__DIR__).'my/custom/path/to/.env');`
    - In `composer.json`: `"extra": { "runtime": { "dotenv_path": "my/custom/path/to/.env" }`
    - With the env var: `$_SERVER['APP_RUNTIME_OPTIONS'] = ['dotenv_path' => 'my/custom/path/to/.env'];`
    
    The dotenv file can be outside of the `project_dir`.
    
    Commits
    -------
    
    52b6416ff9 DotEnv debug command aware of custom dotenv_path
    nicolas-grekas committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    92db794 View commit details
    Browse the repository at this point in the history

Commits on Jan 8, 2024

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

Commits on Jan 23, 2024

  1. Merge branch '7.0' into 7.1

    * 7.0:
      List CS fix in .git-blame-ignore-revs
      Fix implicitly-required parameters
      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
      [Messenger][AmazonSqs] Allow async-aws/sqs version 2
    nicolas-grekas committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    a2934c6 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Merge branch '7.0' into 7.1

    * 7.0:
      fix merge
      fix test
      fix test
      [SecurityBundle] Fix failing tests
      fix tests
      [DependencyInjection] fix unable to make lazy service from readonly class
      [Dotenv] Specify envKey while loading variables with the dotenv:dump command
      [Mailer][Postmark][Webhook] Accept different date formats
    xabbuh committed Feb 9, 2024
    Configuration menu
    Copy the full SHA
    04aa55c View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2024

  1. Merge branch '7.0' into 7.1

    * 7.0:
      Auto-close PRs on subtree-splits
      review German translation
    nicolas-grekas committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    54003d1 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2024

  1. Merge branch '7.0' into 7.1

    * 7.0:
      show overridden vars too
      Bump Symfony version to 7.0.8
      Update VERSION for 7.0.7
      Update CHANGELOG for 7.0.7
      Bump Symfony version to 6.4.8
      Update VERSION for 6.4.7
      Update CHANGELOG for 6.4.7
      Bump Symfony version to 5.4.40
      Update VERSION for 5.4.39
      Update CONTRIBUTORS for 5.4.39
      Update CHANGELOG for 5.4.39
      [FrameworkBundle] Fix indentation
    nicolas-grekas committed Apr 29, 2024
    Configuration menu
    Copy the full SHA
    d6f7bd8 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2024

  1. Merge branch '7.0' into 7.1

    * 7.0:
      fix merge
    xabbuh committed Apr 30, 2024
    Configuration menu
    Copy the full SHA
    3f7ed9e View commit details
    Browse the repository at this point in the history

Commits on May 2, 2024

  1. Merge branch '7.0' into 7.1

    * 7.0:
      fix compatibility with Twig 3.10
      [Strings][EnglishInflector] Fix incorrect pluralisation of 'Album'
      handle union and intersection types for cascaded validations
      move wiring of the property info extractor to the ObjectNormalizer
      restore deprecated properties
      move Process component dep to require-dev
      Remove calls to `onConsecutiveCalls()`
      fix: remove unwanted type cast
      accept AbstractAsset instances when filtering schemas
      better distinguish URL schemes and windows drive letters
      handle edge cases when constructing constraints with named arguments
      convert empty CSV header names into numeric keys
    derrabus committed May 2, 2024
    Configuration menu
    Copy the full SHA
    8302688 View commit details
    Browse the repository at this point in the history
Loading