Skip to content

Releases: symfony/http-foundation

v5.2.8

12 May 13:35
v5.2.8
Compare
Choose a tag to compare

Changelog (v5.2.7...v5.2.8)

  • no significant changes

v4.4.23

12 May 13:19
v4.4.23
Compare
Choose a tag to compare

Changelog (v4.4.22...v4.4.23)

  • no significant changes

v5.3.0-BETA3

09 May 16:30
v5.3.0-BETA3
Compare
Choose a tag to compare
v5.3.0-BETA3 Pre-release
Pre-release

Changelog (v5.3.0-BETA2...v5.3.0-BETA3)

  • no significant changes

v5.3.0-BETA2

01 May 15:06
v5.3.0-BETA2
Compare
Choose a tag to compare
v5.3.0-BETA2 Pre-release
Pre-release

Changelog (v5.3.0-BETA1...v5.3.0-BETA2)

  • bug #40964 Fixes for PHP 8.1 deprecations (jrmajor)

v5.2.7

01 May 14:56
v5.2.7
Compare
Choose a tag to compare

Changelog (v5.2.6...v5.2.7)

  • bug #40964 Fixes for PHP 8.1 deprecations (jrmajor)
  • bug #40807 RequestMatcher issue when _controller is a closure (Plopix)
  • bug #40610 Fixed bugs found by psalm (Nyholm)

v4.4.22

01 May 14:48
v4.4.22
Compare
Choose a tag to compare

Changelog (v4.4.21...v4.4.22)

  • bug #40964 Fixes for PHP 8.1 deprecations (jrmajor)
  • bug #40807 RequestMatcher issue when _controller is a closure (Plopix)
  • bug #40610 Fixed bugs found by psalm (Nyholm)

v5.2.4

04 Mar 18:12
v5.2.4
Compare
Choose a tag to compare

Changelog (v5.2.3...v5.2.4)

  • bug #40231 Configure session.cookie_secure earlier (tamcy)
  • bug #40188 Fix PHP 8.1 null values (kylekatarnls)
  • bug #40043 Setting REQUEST_TIME_FLOAT when constructing a Request object (ctasada)

v4.4.20

04 Mar 18:05
v4.4.20
Compare
Choose a tag to compare

Changelog (v4.4.19...v4.4.20)

  • bug #40231 Configure session.cookie_secure earlier (tamcy)
  • bug #40188 Fix PHP 8.1 null values (kylekatarnls)
  • bug #40043 Setting REQUEST_TIME_FLOAT when constructing a Request object (ctasada)

v5.2.3

03 Feb 04:56
v5.2.3
Compare
Choose a tag to compare

Changelog (v5.2.2...v5.2.3)

  • no changes

v5.2.2

27 Jan 14:56
v5.2.2
Compare
Choose a tag to compare

Changelog (v5.2.1...v5.2.2)

  • bug #39633 Drop int return type from parseFilesize() (LukeTowers)
  • bug #39886 Revert #38614 and add assert to avoid regressions (BafS)
  • bug #39816 use atomic writes in MockFileSessionStorage (nicolas-grekas)
  • bug #39681 parse cookie values containing the equal sign (xabbuh)