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
-------

a90e46188f sync upgrade files
This commit is contained in:
Fabien Potencier 2017-04-20 11:34:39 -06:00
commit 59f3f34cc8
2 changed files with 12 additions and 0 deletions

View File

@ -255,6 +255,12 @@ HttpFoundation
HttpKernel
-----------
* Deprecated the `kernel.root_dir` parameter. Use the new `kernel.project_dir`
parameter instead.
* Deprecated the `Kernel::getRootDir()` method. Use the new `Kernel::getProjectDir()`
method instead.
* The `Extension::addClassesToCompile()` method has been deprecated and will be removed in 4.0.
* The `Psr6CacheClearer::addPool()` method has been deprecated. Pass an array

View File

@ -366,6 +366,12 @@ HttpFoundation
HttpKernel
----------
* Removed the `kernel.root_dir` parameter. Use the `kernel.project_dir` parameter
instead.
* Removed the `Kernel::getRootDir()` method. Use the `Kernel::getProjectDir()`
method instead.
* The `Extension::addClassesToCompile()` method has been removed.
* Possibility to pass non-scalar values as URI attributes to the ESI and SSI