init
This commit is contained in:
30
backend/vendor/symfony/runtime/CHANGELOG.md
vendored
Normal file
30
backend/vendor/symfony/runtime/CHANGELOG.md
vendored
Normal file
@@ -0,0 +1,30 @@
|
||||
CHANGELOG
|
||||
=========
|
||||
|
||||
7.4
|
||||
---
|
||||
|
||||
* Add JSON encoded value support for `APP_RUNTIME_OPTIONS`
|
||||
* Add `FrankenPhpWorkerRunner`
|
||||
* Add automatic detection of FrankenPHP worker mode in `SymfonyRuntime`
|
||||
* Expose the runtime class in `$_SERVER['APP_RUNTIME']`
|
||||
* Expose the runtime options in `$_SERVER['APP_RUNTIME_OPTIONS']`
|
||||
* Make `project_dir` configurable in `composer.json`
|
||||
* Expose `project_dir` as `APP_PROJECT_DIR` env var
|
||||
|
||||
6.4
|
||||
---
|
||||
|
||||
* Add argument `bool $debug = false` to `HttpKernelRunner::__construct()`
|
||||
|
||||
5.4
|
||||
---
|
||||
|
||||
* The component is not experimental anymore
|
||||
* Add options "env_var_name" and "debug_var_name" to `GenericRuntime` and `SymfonyRuntime`
|
||||
* Add option "dotenv_overload" to `SymfonyRuntime`
|
||||
|
||||
5.3.0
|
||||
-----
|
||||
|
||||
* Add the component
|
||||
Reference in New Issue
Block a user