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/symfony
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v3.2.5
Choose a base ref
...
head repository: symfony/symfony
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v3.2.6
Choose a head ref
  • 10 commits
  • 6 files changed
  • 6 contributors

Commits on Mar 8, 2017

  1. cached files rely on umask

    4rthem committed Mar 8, 2017
    Configuration menu
    Copy the full SHA
    865a6af View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2017

  1. Configuration menu
    Copy the full SHA
    e2965c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dca3f36 View commit details
    Browse the repository at this point in the history
  3. bug #21936 [PropertyAccess] Use ArrayAdapter in debug mode (chalasr)

    This PR was merged into the 3.2 branch.
    
    Discussion
    ----------
    
    [PropertyAccess] Use ArrayAdapter in debug mode
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 3.2
    | Bug fix?      | yes
    | New feature?  | no
    | BC breaks?    | no
    | Deprecations? | no
    | Tests pass?   | yes
    | Fixed tickets | #21894
    | License       | MIT
    | Doc PR        | n/a
    
    https://github.com/symfony/symfony/pull/21936/files?w=1
    
    Commits
    -------
    
    dca3f36 [PropertyAccess] Use ArrayAdapter in debug mode
    nicolas-grekas committed Mar 9, 2017
    Configuration menu
    Copy the full SHA
    24f36b6 View commit details
    Browse the repository at this point in the history
  4. Use PHPUnit 5.4 instead of 5.3

    PHPUnit 5.3 doesn't have the forward compatibility layer for PHPUnit 6 so that `PHPUnit\Framework\TestCase` can be used instead of `PHPUnit_Framework_TestCase`.
    This generates an error when upgrading to Symfony 3.2.5 without forcing the `SYMFONY_PHPUNIT_VERSION` const:
    
    ```
    Class 'PHPUnit\Framework\TestCase' not found in vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Test/KernelTestCase.php on line 25
    ```
    
    This was introduced by c9684ad in 3.2.5
    j0k3r committed Mar 9, 2017
    Configuration menu
    Copy the full SHA
    fca16ba View commit details
    Browse the repository at this point in the history
  5. bug #21946 Use PHPUnit 5.4 instead of 5.3 (j0k3r)

    This PR was merged into the 3.2 branch.
    
    Discussion
    ----------
    
    Use PHPUnit 5.4 instead of 5.3
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 3.2
    | Bug fix?      | yes
    | New feature?  | no
    | BC breaks?    | no
    | Deprecations? | no
    | Tests pass?   | yes
    | Fixed tickets |
    | License       | MIT
    | Doc PR        |
    
    PHPUnit 5.3 doesn't have the forward compatibility layer for PHPUnit 6 so that `PHPUnit\Framework\TestCase` can be used instead of `PHPUnit_Framework_TestCase`.
    
    This generates an error when upgrading to Symfony 3.2.5 without forcing the `SYMFONY_PHPUNIT_VERSION` const:
    
    ```
    Class 'PHPUnit\Framework\TestCase' not found in vendor/symfony/symfony/src/Symfony/Bundle/FrameworkBundle/Test/KernelTestCase.php on line 25
    ```
    
    This was introduced by c9684ad (from #21564) in 3.2.5
    
    (Discussion started on Slack: https://symfony-devs.slack.com/archives/support/p1489058629011510)
    
    Commits
    -------
    
    fca16ba Use PHPUnit 5.4 instead of 5.3
    nicolas-grekas committed Mar 9, 2017
    Configuration menu
    Copy the full SHA
    add5793 View commit details
    Browse the repository at this point in the history
  6. bug #21930 [Cache] Cached files rely on umask (4rthem)

    This PR was merged into the 3.2 branch.
    
    Discussion
    ----------
    
    [Cache] Cached files rely on umask
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 3.2
    | Bug fix?      | yes
    | New feature?  | no
    | BC breaks?    | no
    | Deprecations? | no
    | Tests pass?   | yes
    | Fixed tickets | #21929
    | License       | MIT
    | Doc PR        |
    
    Commits
    -------
    
    865a6af cached files rely on umask
    fabpot committed Mar 9, 2017
    Configuration menu
    Copy the full SHA
    063c8c3 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2017

  1. updated CHANGELOG for 3.2.6

    fabpot committed Mar 10, 2017
    Configuration menu
    Copy the full SHA
    f89b9e7 View commit details
    Browse the repository at this point in the history
  2. updated VERSION for 3.2.6

    fabpot committed Mar 10, 2017
    Configuration menu
    Copy the full SHA
    762dbb1 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #21966 from fabpot/release-3.2.6

    released v3.2.6
    fabpot authored Mar 10, 2017
    Configuration menu
    Copy the full SHA
    b0f8a7f View commit details
    Browse the repository at this point in the history
Loading