This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component
Fabien Potencier f0bcab5ac6 minor #28808 [HttpKernel] Add a note about env name restrictions (fabpot)
This PR was merged into the 4.2-dev branch.

Discussion
----------

[HttpKernel] Add a note about env name restrictions

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | no <!-- don't forget to update src/**/CHANGELOG.md files -->
| BC breaks?    | no     <!-- see https://symfony.com/bc -->
| Deprecations? | no <!-- don't forget to update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tests pass?   | yes    <!-- please add some, will be required by reviewers -->
| Fixed tickets | #26884
| License       | MIT
| Doc PR        | symfony/symfony-docs#... <!-- required for new features -->

<!--
Write a short README entry for your feature/bugfix here (replace this comment block.)
This will help people understand your PR and can be used as a start of the Doc PR.
Additionally:
 - Bug fixes must be submitted against the lowest branch where they apply
   (lowest branches are regularly merged to upper ones so they get the fixes too).
 - Features and deprecations must be submitted against the master branch.
-->

Commits
-------

b0f863d77e [HttpKernel] added a note about env name restrictions
2018-10-12 10:21:57 -07:00
..
Asset added different protocols to be allowed as asset base_urls 2018-09-16 22:06:58 +02:00
BrowserKit bug #28592 [BrowserKit] throw exception when request() wasn't called (xabbuh) 2018-09-29 23:52:52 +02:00
Cache feature #28713 [Cache] added support for connecting to Redis clusters via DSN (nicolas-grekas) 2018-10-10 12:22:21 -07:00
Config Favor LogicException for missing classes & functions 2018-09-24 09:37:12 +02:00
Console Merge branch '4.1' 2018-10-10 06:54:27 -07:00
CssSelector Merge branch '4.1' 2018-10-02 18:38:08 +02:00
Debug Merge branch '4.1' 2018-10-02 18:38:08 +02:00
DependencyInjection Merge branch '4.1' 2018-10-10 06:54:27 -07:00
DomCrawler Merge branch '4.1' 2018-10-02 14:43:31 +02:00
Dotenv fixed typo in class name 2018-10-12 05:57:08 -07:00
EventDispatcher Merge branch '2.8' into 3.4 2018-10-11 06:05:17 -07:00
ExpressionLanguage Remove all usages of call_user_func_array() 2018-09-11 09:53:26 +02:00
Filesystem [Filesystem] Fix mirroring a directory with a relative path and a custom iterator 2018-10-10 04:36:40 -07:00
Finder [Finder] fix reverse sorting custom-ordering functions 2018-10-10 06:30:17 -07:00
Form Merge branch '4.1' 2018-10-12 05:56:18 -07:00
HttpFoundation Merge branch '4.1' 2018-10-12 05:56:18 -07:00
HttpKernel minor #28808 [HttpKernel] Add a note about env name restrictions (fabpot) 2018-10-12 10:21:57 -07:00
Inflector Merge branch '4.1' 2018-07-26 10:59:12 +02:00
Intl feature #28833 [Intl] Blacklist invalid languages (ro0NL) 2018-10-12 09:01:53 -07:00
Ldap Revamp LDAP options with nested definition 2018-10-12 11:49:15 -04:00
Lock Merge branch '4.1' 2018-10-10 06:54:27 -07:00
Messenger Merge branch '4.1' 2018-10-10 06:54:27 -07:00
OptionsResolver removed unneeded comments 2018-10-10 04:12:11 -07:00
Process [Process] Add feature \"wait until callback\" to process class 2018-10-11 10:22:38 -07:00
PropertyAccess Merge branch '4.1' 2018-10-02 14:43:31 +02:00
PropertyInfo Favor LogicException for missing classes & functions 2018-09-24 09:37:12 +02:00
Routing minor #28798 [Routing] simplify PhpMatcherDumper by splitting code logic from route data (nicolas-grekas) 2018-10-10 05:51:58 -07:00
Security Merge branch '4.1' 2018-10-10 16:58:57 +02:00
Serializer 'yml' is not a format and shouldn't be visible as constant from 'YamlEncoder' class 2018-10-12 10:13:44 +02:00
Stopwatch Merge branch '4.1' 2018-10-02 14:43:31 +02:00
Templating Fix code examples in PHPDoc 2018-08-29 15:11:53 +02:00
Translation removed usage of sf2 when possible 2018-10-10 12:30:04 -07:00
Validator Merge branch '4.1' 2018-10-10 06:54:27 -07:00
VarDumper [VarDumper] Allow to use a light theme out of the box 2018-10-08 12:50:41 +02:00
VarExporter [VarExporter] add Instantiator::instantiate() to create+populate objects without calling their constructor nor any other methods 2018-09-18 17:22:26 +02:00
WebLink Merge branch '4.1' 2018-07-26 11:13:01 +02:00
Workflow Merge branch '4.1' 2018-10-02 14:43:31 +02:00
Yaml Merge branch '4.1' 2018-10-02 18:38:08 +02:00