8000 minor #22485 [HttpKernel] sync upgrade files (xabbuh) · symfony/symfony@59f3f34 · GitHub
[go: up one dir, main page]

Skip to content

Commit 59f3f34

Browse files
committed
minor #22485 [HttpKernel] sync upgrade files (xabbuh)
This PR was merged into the 3.3-dev branch. Discussion ---------- [HttpKernel] sync upgrade files | Q | A | ------------- | --- | Branch? | master | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | #22315 | License | MIT | Doc PR | Commits ------- a90e461 sync upgrade files
2 parents 26bc96e + a90e461 commit 59f3f34

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

UPGRADE-3.3.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -255,6 +255,12 @@ HttpFoundation
255255
HttpKernel
256256
-----------
257257

258+
* Deprecated the `kernel.root_dir` parameter. Use the new `kernel.project_dir`
259+
parameter instead.
260+
261+
* Deprecated the `Kernel::getRootDir()` method. Use the new `Kernel::getProjectDir()`
262+
method instead.
263+
258264
* The `Extension::addClassesToCompile()` method has been deprecated and will be removed in 4.0.
259265

260266
* The `Psr6CacheClearer::addPool()` method has been deprecated. Pass an array

UPGRADE-4.0.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -366,6 +366,12 @@ HttpFoundation
366366
HttpKernel
367367
----------
368368

369+
* Removed the `kernel.root_dir` parameter. Use the `kernel.project_dir` parameter
370+
instead.
371+
372+
* Removed the `Kernel::getRootDir()` method. Use the `Kernel::getProjectDir()`
373+
method instead.
374+
369375
* The `Extension::addClassesToCompile()` method has been removed.
370376

371377
* Possibility to pass non-scalar values as URI attributes to the ESI and SSI

0 commit comments

Comments
 (0)
0