Skip to content
Snippets Groups Projects
Select Git revision
  • 5.4
  • 4.4
  • 6.1 default protected
  • 6.0
  • 5.3
  • 3.4
  • 5.2
  • 5.1
  • 5.0
  • 4.3
  • 4.2
  • 2.8
  • 4.1
  • 2.7
  • 4.0
  • 3.3
  • 3.2
  • 3.1
  • 3.0
  • 2.3
  • v6.0.6
  • v5.4.6
  • v4.4.39
  • v5.3.16
  • v6.0.5
  • v5.4.5
  • v4.4.38
  • v6.0.4
  • v5.4.4
  • v5.3.15
  • v6.0.3
  • v5.4.3
  • v5.3.14
  • v4.4.37
  • v6.0.2
  • v5.4.2
  • v5.3.13
  • v4.4.36
  • v6.0.1
  • v5.4.1
40 results

symfony

  • Clone with SSH
  • Clone with HTTPS
  • user avatar
    Nicolas Grekas authored
    This PR was merged into the 2.7 branch.
    
    Discussion
    ----------
    
    [HttpFoundation] Fix forward-compat of NativeSessionStorage with PHP 7.2
    
    | Q             | A
    | ------------- | ---
    | Branch?       | 2.7
    | Bug fix?      | yes
    | New feature?  | no
    | BC breaks?    | no
    | Deprecations? | no
    | Tests pass?   | yes
    | Fixed tickets | #24524
    | License       | MIT
    | Doc PR        | ø
    
    PHP 7.2 disallow setting session options when the session was already started. This PR will not set any option if the session is already started and throw an exception if trying to do so with custom options.
    
    Commits
    -------
    
    00a1357d [HttpFoundation] Fix forward-compat of NativeSessionStorage with PHP 7.2
    ff58ec86
    History
    Name Last commit Last update