Marc Bennewitz
Marc Bennewitz
Hi, It would be very helpful to be able to point `up-validate` to another URL then the form action (like ``). My use case is as follows: * I have...
Hello, The calendar does not handle page scrolling in many cases as it's rendered as an overlay on the body element using the current element position. This does not get...
I would like to see the API more feature safe to other encodings/charsets. - rename `[get|set][Default]Codepage` to `[get|set][Default]Encoding` - remove the `U` from `UString` (or use a different name) ```...
This PR reduces arguments by reference often used on internal methods. It was previously done as performance improvement but in fact it decreases performance as PHP have to create a...
An extreme fast shared memory cache extension [YAC](http://pecl.php.net/package/yac). It's still in beta and it's not sure if this extension ever reaches it's beta state as it doesn't have a locking...
This should be possible by the `zend_[shm|disk]_cache_add` functions. Needs to find out at which version these functions are available and if we have to test against it.
The Zend Data Cache comes with a compatibility layer for APC but the APC adapter doesn't work with it: ``` curl -sS -v 'http://localhost/test-zend-cache.php' * About to connect() to localhost...
Some of the current defined capabilities are very hard to understand/useless and I would like to define some of them. **`minTtl`** This defines the minimum supported TTL which is clear...
I would like to get your opinions about splitting zend-cache into different components. The reason for that is simply a testing and dependency hell. - It's not possible to define...
- [x] I was not able to find an [open](https://github.com/zendframework/zend-expressive-swoole/issues?q=is%3Aopen) or [closed](https://github.com/zendframework/zend-expressive-swoole/issues?q=is%3Aclosed) issue matching what I'm seeing. - [x] This is not a question. (Questions should be asked on [chat](https://zendframework.slack.com/)...