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

Appearance settings

Commit 0d433cd

Browse filesBrowse files
committed
minor #25207 [HttpKernel] remove upgrade instructions for kernel.root_dir (xabbuh)
This PR was merged into the 3.3 branch. Discussion ---------- [HttpKernel] remove upgrade instructions for kernel.root_dir | Q | A | ------------- | --- | Branch? | 3.3 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | | License | MIT | Doc PR | Commits ------- 9897da4 remove upgrade instructions for kernel.root_dir
2 parents b4afeb2 + 9897da4 commit 0d433cd
Copy full SHA for 0d433cd

File tree

2 files changed

+0
-12
lines changed
Filter options

2 files changed

+0
-12
lines changed

‎UPGRADE-3.3.md

Copy file name to clipboardExpand all lines: UPGRADE-3.3.md
-6Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -254,12 +254,6 @@ HttpFoundation
254254
HttpKernel
255255
-----------
256256

257-
* Deprecated the `kernel.root_dir` parameter. Use the new `kernel.project_dir`
258-
parameter instead.
259-
260-
* Deprecated the `Kernel::getRootDir()` method. Use the new `Kernel::getProjectDir()`
261-
method instead.
262-
263257
* The `Extension::addClassesToCompile()` and `Extension::getClassesToCompile()` methods have been deprecated and will be removed in 4.0.
264258

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

‎UPGRADE-4.0.md

Copy file name to clipboardExpand all lines: UPGRADE-4.0.md
-6Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -361,12 +361,6 @@ HttpFoundation
361361
HttpKernel
362362
----------
363363

364-
* Removed the `kernel.root_dir` parameter. Use the `kernel.project_dir` parameter
365-
instead.
366-
367-
* Removed the `Kernel::getRootDir()` method. Use the `Kernel::getProjectDir()`
368-
method instead.
369-
370364
* The `Extension::addClassesToCompile()` and `Extension::getClassesToCompile()` methods have been removed.
371365

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

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.