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 e06d339353 feature #35890 [Cache] give control over cache prefix seed (Tobion)
This PR was merged into the 5.2-dev branch.

Discussion
----------

[Cache] give control over cache prefix seed

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | no <!-- please update src/**/CHANGELOG.md files -->
| Deprecations? | no <!-- please update UPGRADE-*.md and src/**/CHANGELOG.md files -->
| Tickets       |
| License       | MIT
| Doc PR        |

Reopened #35723 for master.

The configurable cache prefix seed does not give full control over the cache prefix because the container class is added to the prefix in any case. This is a problem because the container class contains the app env name. We use different app environments for different deployment targets (dev and test). We want dev and test to use the same redis cache. But this is impossible to achieve because even setting the cache prefix seed does not accomplish this.

Commits
-------

6681b92524 [Cache] give control over cache prefix seed
2020-09-02 14:12:28 +02:00
..
Asset Use ">=" for the "php" requirement 2020-07-05 11:39:30 +02:00
BrowserKit Fix #37740: Cast all Request parameter values to string 2020-08-18 16:07:45 +02:00
Cache [Cache] give control over cache prefix seed 2020-09-02 11:53:39 +02:00
Config Merge branch '5.1' 2020-08-17 09:50:35 +02:00
Console Merge branch '5.1' 2020-09-02 09:07:54 +02:00
CssSelector Use ">=" for the "php" requirement 2020-07-05 11:39:30 +02:00
DependencyInjection Merge branch '5.1' 2020-09-01 20:07:47 +02:00
DomCrawler Merge branch '5.1' 2020-08-12 10:46:31 +02:00
Dotenv Use ">=" for the "php" requirement 2020-07-05 11:39:30 +02:00
ErrorHandler Merge branch '5.1' 2020-08-17 12:01:44 +02:00
EventDispatcher Merge branch '5.1' 2020-08-13 16:19:50 +02:00
ExpressionLanguage fix passing arguments to call_user_func_array() on PHP 8 2020-08-21 16:15:51 +02:00
Filesystem Merge branch '5.1' 2020-08-21 19:20:41 +02:00
Finder Merge branch '5.1' 2020-08-17 12:01:44 +02:00
Form feature #33381 [Form] dispatch submit events for disabled forms too (xabbuh) 2020-09-01 18:26:17 +02:00
HttpClient Merge branch '5.1' 2020-09-02 10:02:46 +02:00
HttpFoundation Fix CHANGELOG 2020-08-22 08:38:27 +02:00
HttpKernel Merge branch '5.1' 2020-09-02 09:46:15 +02:00
Inflector Merge branch '5.1' 2020-05-20 19:44:07 +02:00
Intl Merge branch '5.1' 2020-08-17 09:50:35 +02:00
Ldap Merge branch '5.1' 2020-09-01 14:25:43 +02:00
Lock Lazy create table in lock PDO store 2020-08-24 00:21:27 +02:00
Mailer Fix bad merge 2020-09-01 08:13:06 +02:00
Messenger Merge branch '5.1' 2020-09-01 14:25:43 +02:00
Mime feature #37847 [Serializer][Mime] Fix Mime message serialization (fabpot) 2020-08-17 13:58:42 +02:00
Notifier Merge branch '5.1' 2020-08-28 18:19:10 +02:00
OptionsResolver minor #36799 Remove some magic from TypeValidator logic and OptionsResolver type verify logic (drealecs) 2020-07-13 11:15:52 +02:00
Process Merge branch '5.1' 2020-07-23 10:36:44 +02:00
PropertyAccess bug #38003 [PropertyAccess] fix bitwise operations (xabbuh) 2020-08-31 11:58:56 +02:00
PropertyInfo [PropertyInfo] Fix ReflectionExtractor::getTypesFromConstructor 2020-08-28 18:07:48 +02:00
Routing Merge branch '5.1' 2020-08-10 10:10:48 +02:00
Security feature #37337 [Security] Configurable execution order for firewall listeners (scheb) 2020-09-02 13:06:53 +02:00
Semaphore Fix semaphore branch-alias 2020-08-31 18:13:25 +02:00
Serializer Fix CS 2020-09-02 07:46:17 +02:00
Stopwatch Add name property to the stopwatchEvent 2020-08-11 11:41:23 +02:00
String Fix CS 2020-08-17 10:48:15 +02:00
Templating Merge branch '5.1' 2020-07-23 10:36:44 +02:00
Translation skip tests if required class does not exist 2020-08-31 13:01:02 +02:00
Uid Merge branch '5.1' 2020-05-20 19:44:07 +02:00
Validator Merge branch '5.1' 2020-09-01 07:57:52 +02:00
VarDumper Merge branch '5.1' 2020-08-17 09:50:35 +02:00
VarExporter Use ">=" for the "php" requirement 2020-07-05 11:39:30 +02:00
WebLink Merge branch '5.1' 2020-05-28 10:21:24 +02:00
Workflow [Workflow] Improve and fix 2020-08-13 10:09:09 +02:00
Yaml Merge branch '5.1' 2020-08-26 10:31:06 +02:00