Geert Eltink
Geert Eltink
@elie29 I don't think wrapping all containers to enable a deprecated interface is the right solution. It's better to update zend-view. Although I think the actual problem is with zend-servicemanager...
@MrKey Can you create a test case? I can't reproduce it here.
~~Shouldn't you pass valid json?~~ Let me rephrase that... It is valid json I guess. But as the Exception message says, it expects that json_decode returns null, array or object....
Also start a list with 3rd party extensions that can be added this way.
I have been thinking about this as well and currently use it something like `$flashMessages->flash('form-name:danger', 'message');`. > `$flashMessages->getFlashByForm('form-name');` I wouldn't call it `getFlashByForm`. I rather would like to see something...
@weierophinney Did you get a reply on your question? Maybe we could run a benchmark and see for ourselves.
I'm not sure I understand the need for this. You can set the location of the config file: ``` 'router' => [ 'fastroute' => [ // Enable caching support: 'cache_enabled'...