Michał Bundyra
Michał Bundyra
Relates to webimpress/safe-writer#49 The problem is with testing in ocramius/proxy-manager, not in safe-writer itself. Update: still it can be improved in safe-writer to set custom error-handler instead of suppressing warnings...
| Q | A |-------------- | ------ | New Feature | yes ### Description PoC in relation to https://github.com/laminas/laminas-cli/pull/19 Adds first commands for laminas-mvc: - `mvc:module:create` - `mvc:module:enable-autoloading` (PSR-4 composer...
The Inject template listener allows specifying a controller_map to map namespaces or specific controllers to directories. It is not currently possible to specify a mapping for a namespace to ''...
According to the [WC3 Specifictations](http://www.w3.org/Protocols/rfc2616/rfc2616-sec14.html) the Server should try to satisfy accept headers in order. Currently the order of the content-types in the `Accept` header is not respected. So when...
This issue has been moved from the `zendframework` repository as part of the bug migration program as outlined here - http://framework.zend.com/blog/2016-04-11-issue-closures.html --- Original Issue: https://api.github.com/repos/zendframework/zendframework/issues/7674 User: @parkbot Created On: 2016-02-19T00:12:44Z...
I get an unable to render template error when i do not over-ride the AbstractRestfulController method. By default, the response code is set and an array is returned which appears...
### Bug Report | Q | A |------------ | ------ | Version(s) | x.y.z #### Summary We need replace installer screenshot in the documentation to refer mezzio instead of expressive....
In github library description we should have link to https://docs.zendframework.com/zend-code instead of github.io and it would be nice to have also some keywords with the library 😄
## Description of the problem: For example, say we have a text field that is used to store float numbers and our application is in french (yes, it's my native...
Say we have a field containing a float number in french (with a comma as decimal separator). If the user enter `4,5` (a valid value) and submits the form but...