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

Commits on Jan 1, 2020

  1. Update year in license files

    rosier committed Jan 1, 2020
    Configuration menu
    Copy the full SHA
    5b9d2bc View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2020

  1. Merge branch '3.4' into 4.3

    * 3.4:
      Update links to documentation
      [Validator] Add the missing translations for the Arabic (ar) locale
      ensure to expect no validation for the right reasons
      [PhpUnitBridge] Add test case for @expectedDeprecation annotation
      Update year in license files
      [Console][FormatterHelper] Use helper strlen statically and remove duplicated code
      Fix BC issue in phpDoc Reflection library
      [Translator] Performance improvement in MessageCatalogue and catalogue operations.
    nicolas-grekas committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    655d485 View commit details
    Browse the repository at this point in the history
  2. Merge branch '4.3' into 4.4

    * 4.3:
      [Mailer] Remove line breaks in email attachment content
      Update links to documentation
      [Validator] Add the missing translations for the Arabic (ar) locale
      ensure to expect no validation for the right reasons
      [PhpUnitBridge] Add test case for @expectedDeprecation annotation
      [PhpUnitBridge][SymfonyTestsListenerTrait] Remove $testsWithWarnings stack
      [Mailer][MailchimpBridge] Fix missing attachments when sending via Mandrill API
      [Mailer][MailchimpBridge] Fix incorrect sender address when sender has name
      [HttpClient] fix capturing SSL certificates with NativeHttpClient
      [TwigBridge][Form] Added missing help messages in form themes
      Update year in license files
      Update year in license files
      [HttpClient] fix typo
      [Console][FormatterHelper] Use helper strlen statically and remove duplicated code
      [Routing] Fix i18n routing when the url contains the locale
      Fix BC issue in phpDoc Reflection library
      [Translator] Performance improvement in MessageCatalogue and catalogue operations.
    nicolas-grekas committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    99c5c49 View commit details
    Browse the repository at this point in the history
  3. Merge branch '4.4' into 5.0

    * 4.4: (26 commits)
      [HttpClient] NativeHttpClient should not send >1.1 protocol version
      [HttpClient] fix support for non-blocking resource streams
      [Mailer] Make sure you can pass custom headers to Mailgun
      [Mailer] Remove line breaks in email attachment content
      Update links to documentation
      [Validator] Add the missing translations for the Arabic (ar) locale
      ensure to expect no validation for the right reasons
      [Security-Guard] fixed 35203 missing name tag in param docblock
      [HttpClient] fix casting responses to PHP streams
      [PhpUnitBridge] Add test case for @expectedDeprecation annotation
      [PhpUnitBridge][SymfonyTestsListenerTrait] Remove $testsWithWarnings stack
      [Mailer] Fix addresses management in Sendgrid API payload
      [Mailer][MailchimpBridge] Fix missing attachments when sending via Mandrill API
      [Mailer][MailchimpBridge] Fix incorrect sender address when sender has name
      [HttpClient] fix capturing SSL certificates with NativeHttpClient
      Update year in license files
      [TwigBridge][Form] Added missing help messages in form themes
      Update year in license files
      Update year in license files
      fix version when "anonymous: lazy" was introduced
      ...
    nicolas-grekas committed Jan 4, 2020
    Configuration menu
    Copy the full SHA
    18afb55 View commit details
    Browse the repository at this point in the history

Commits on Jan 9, 2020

  1. [Process] - update @throws phpdoc

    Benhssaein Youssef authored and nicolas-grekas committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    61ab103 View commit details
    Browse the repository at this point in the history
  2. Merge branch '4.3' into 4.4

    * 4.3:
      [Process] - update @throws phpdoc
      [PHPUnitBridge] file_get_contents() expects parameter 3 to be resource
      [PHPUnit-Bridge] Fail-fast in simple-phpunit if one of the passthru() commands fails
    nicolas-grekas committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    f5697ab View commit details
    Browse the repository at this point in the history
  3. Merge branch '4.4' into 5.0

    * 4.4:
      [Process] - update @throws phpdoc
      [PHPUnitBridge] file_get_contents() expects parameter 3 to be resource
      [PHPUnit-Bridge] Fail-fast in simple-phpunit if one of the passthru() commands fails
      [HttpKernel][FileLocator] Fix deprecation message
    nicolas-grekas committed Jan 9, 2020
    Configuration menu
    Copy the full SHA
    f9ffd87 View commit details
    Browse the repository at this point in the history
Loading