Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit847fba4

Browse files
committed
minor#25473 [HttpFoundation] sync upgrade and changelog files (xabbuh)
This PR was merged into the 4.1-dev branch.Discussion----------[HttpFoundation] sync upgrade and changelog files| Q | A| ------------- | ---| Branch? | master| Bug fix? | no| New feature? | no| BC breaks? | no| Deprecations? | no| Tests pass? | yes| Fixed tickets || License | MIT| Doc PR |Commits-------e54109b sync upgrade and changelog files
2 parentsa19afcd +e54109b commit847fba4

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

‎UPGRADE-4.1.md‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
UPGRADE FROM 4.0 to 4.1
22
=======================
33

4+
HttpFoundation
5+
--------------
6+
7+
* Passing the file size to the constructor of the`UploadedFile` class is deprecated and won't be
8+
supported anymore in 5.0.
9+
10+
* The`getClientSize()` method of the`UploadedFile` class is deprecated. Use`getSize()` instead.
11+
412
Security
513
--------
614

‎UPGRADE-5.0.md‎

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
UPGRADE FROM 4.x to 5.0
22
=======================
33

4+
HttpFoundation
5+
--------------
6+
7+
* The`$size` argument of the`UploadedFile` constructor has been removed.
8+
9+
* The`getClientSize()` method of the`UploadedFile` class has been removed.
10+
411
Security
512
--------
613

‎src/Symfony/Component/HttpFoundation/CHANGELOG.md‎

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
11
CHANGELOG
22
=========
33

4+
4.1.0
5+
-----
6+
7+
* Passing the file size to the constructor of the`UploadedFile` class is deprecated and won't be
8+
supported anymore in 5.0.
9+
10+
* The`getClientSize()` method of the`UploadedFile` class is deprecated. Use`getSize()` instead.
11+
412
4.0.0
513
-----
614

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp