Matthias Kühne
Matthias Kühne
We're using your library in order to calculate the amount of working days from now to a specific date in the future. For this we need a relativly accurate decision...
Importing the XML into Zabbix 4.2.8 results in this error: "Trigger prototype "{#DISKNAME}: Disk temperature: {ITEM.LASTVALUE}" depends on trigger "{#DISKNAME}: Disk temperature: {ITEM.LASTVALUE}", which does not exist." Any advice?
I'd like to use php8.1 built in enums in doctrine backed entities. According to https://www.doctrine-project.org/projects/doctrine-laminas-hydrator/en/3.3/enum-strategy.html#using-enums-with-php-8-1 I need to create and register a custom hydration strategy for each enum I want...
This PR adds an extra class for the argon2i password hash algorithm introduced with PHP7.2. There are some open questions with this: 1. Do we really want to have 1...
The docblock annotation of `RouterInterface` states that implementations MUST throw an exception if `addRoute` is called after calling `match()` or `generateUri()`. Currently no implementation does this: * [FastRoute](https://github.com/zendframework/zend-expressive-fastroute/blob/master/src/FastRouteRouter.php#L201) * [Zend-Router](https://github.com/zendframework/zend-expressive-zendrouter/blob/master/src/ZendRouter.php#L88)...
- [x] I was not able to find an [open](https://github.com/zendframework/zend-expressive-fastroute/issues?q=is%3Aopen) or [closed](https://github.com/zendframework/zend-expressive-fastroute/issues?q=is%3Aclosed) issue matching what I'm seeing. - [x] This is not a question. (Questions should be asked on [slack](https://zendframework.slack.com/)...
| Q | A |-------------- | ------ | Documentation | no | Bugfix | yes* | BC Break | no* | New Feature |no | RFC | no | QA...
Q | A -- | -- Documentation | no Bugfix | no BC Break | no New Feature | yes RFC | yes QA | no ## Description We have...
### BC Break Report We're using laminas/mvc with the these packages: ``` doctrine/doctrine-laminas-hydrator 3.3.0 Doctrine hydrators for Laminas applications laminas/laminas-cache 3.11.0 Caching implementation with a variety of storage options, as...