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

Commits on May 20, 2020

  1. Configuration menu
    Copy the full SHA
    bd61027 View commit details
    Browse the repository at this point in the history
  2. Merge branch '4.4' into 5.0

    * 4.4:
      [PhpUnitBridge] fix leftover
      [PhpUnitBridge] fix installing under PHP >= 8
      Use ">=" for the "php" requirement
      bump icu 67.1
    nicolas-grekas committed May 20, 2020
    Configuration menu
    Copy the full SHA
    4702345 View commit details
    Browse the repository at this point in the history

Commits on May 22, 2020

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

Commits on May 23, 2020

  1. Merge branch '3.4' into 4.4

    * 3.4:
      Skip Doctrine DBAL on php 8 until we have a compatible version.
      [DomCrawler] Catch expected ValueError.
      [Validator] Catch expected ValueError.
      [VarDumper] ReflectionFunction::isDisabled() is deprecated.
      [PropertyAccess] Parse php 8 TypeErrors correctly.
      [Intl] Fix call to ReflectionProperty::getValue() for static properties.
      [HttpKernel] Prevent calling method_exists() with non-string values.
      [Debug] php 8 does not pass $context to error handlers.
      [Config] Removed implicit cast of ReflectionProperty to string.
      [Debug] Undefined variables raise a warning in php 8.
      [Debug] Skip test that would trigger a fatal error on php 8.
      Address deprecation of ReflectionType::getClass().
      Properties $originalName and $mimeType are never null in UploadedFile
    nicolas-grekas committed May 23, 2020
    Configuration menu
    Copy the full SHA
    1db8dc7 View commit details
    Browse the repository at this point in the history
  2. Merge branch '4.4' into 5.0

    * 4.4: (27 commits)
      [Serializer] minor cleanup
      fix merge
      Run PHP 8 as 7.4.99
      Remove calls to deprecated ReflectionParameter::getClass().
      [VarDumper] fix PHP 8 support
      Add php 8 to travis.
      [Cache] Accessing undefined constants raises an Error in php8
      [Cache] allow DBAL v3
      Skip Doctrine DBAL on php 8 until we have a compatible version.
      [DomCrawler] Catch expected ValueError.
      Made method signatures compatible with their corresponding traits.
      [ErrorHandler] Apply php8 fixes from Debug component.
      [DomCrawler] Catch expected ValueError.
      [Validator] Catch expected ValueError.
      [VarDumper] ReflectionFunction::isDisabled() is deprecated.
      [BrowserKit] Raw body with custom Content-Type header
      [PropertyAccess] Parse php 8 TypeErrors correctly.
      [Intl] Fix call to ReflectionProperty::getValue() for static properties.
      [HttpKernel] Prevent calling method_exists() with non-string values.
      Fix wrong roles comparison
      ...
    nicolas-grekas committed May 23, 2020
    Configuration menu
    Copy the full SHA
    5d039eb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4483229 View commit details
    Browse the repository at this point in the history

Commits on May 24, 2020

  1. Merge branch '4.4' into 5.0

    * 4.4:
      Parse and render anonymous classes correctly on php 8
      Enable APCu for the php 8 build.
      [Process] Fix failing test on php 8.
      [HttpKernel] fix test
      Make PHP 8 green on Travis
      Revert "[Cache] allow DBAL v3"
      [PropertyAccessor] Added missing property path on php 8.
      Don't execute tests with DBAL 2.x on php 8.
    nicolas-grekas committed May 24, 2020
    Configuration menu
    Copy the full SHA
    921dbe1 View commit details
    Browse the repository at this point in the history

Commits on May 29, 2020

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

Commits on May 30, 2020

  1. Merge branch '3.4' into 4.4

    * 3.4:
      Fixes sprintf(): Too few arguments in form transformer
      [Console] Fix QuestionHelper::disableStty()
      validate subforms in all validation groups
      Update Hungarian translations
      Add meaningful message when Process is not installed (ProcessHelper)
      [PropertyAccess] Fix TypeError parsing again.
      [Form] add missing Czech validators translation
      [Validator] add missing Czech translations
      never directly validate Existence (Required/Optional) constraints
    nicolas-grekas committed May 30, 2020
    Configuration menu
    Copy the full SHA
    e6d51a8 View commit details
    Browse the repository at this point in the history
  2. Merge branch '4.4' into 5.0

    * 4.4:
      Fix abstract method name in PHP doc block
      Various cleanups
      [HttpClient] fix issues in tests
      Fixes sprintf(): Too few arguments in form transformer
      [Console] Fix QuestionHelper::disableStty()
      [Validator] Use Mime component to determine mime type for file validator
      validate subforms in all validation groups
      Update Hungarian translations
      Add meaningful message when Process is not installed (ProcessHelper)
      [PropertyAccess] Fix TypeError parsing again.
      [TwigBridge] fix fallback html-to-txt body converter
      [Form] add missing Czech validators translation
      [Validator] add missing Czech translations
      never directly validate Existence (Required/Optional) constraints
    nicolas-grekas committed May 30, 2020
    Configuration menu
    Copy the full SHA
    dd88af1 View commit details
    Browse the repository at this point in the history
Loading