Dmitry
Dmitry
Копирование между автомобилями, модификациями и двигателями Перемещение модификаций между автомобилями Удаление модификаций. Удаление отдельных ТТХ в исключительных случаях
Which requires escaping a large number of characters in attributes? [`[^a-z0-9,\.\-_]`](https://github.com/zendframework/zend-escaper/blob/master/src/Escaper.php#L162) URL's in html looks ugly and are larger than possible ```html ```
Briefly: SQL queries fails when few `limit` statements is used (sub-select, maybe unions) Context: PDO Mysql driver Expected SQL (simplified): ```sql SELECT (SELECT column FROM foo LIMIT 1) AS column...
There is missing service factory for mail transports like same in db and other components. production config/autoload/local.php ``` php return [ 'mail' => [ 'transport' => [ 'type' => 'smtp',...
`Controller/AbstractRestfulController` There is no way to PUT/PATCH object with single field to empty value. ``` PUT /item/1 Content-Type: application/x-www-form-urlencoded name= ``` Request payload is interpreted as string (`$data = 'name=';`)...
### Bug Report | Q | A |------------ | ------ | Version(s) | 2.0.0rc1 #### Summary phpcbf loops until attempts limit (50) with rules Generic.Arrays.ArrayIndent & Generic.WhiteSpace.ScopeIndent then failed to...
LICENSE.md
One of possible solutions for https://github.com/doug-martin/goqu/issues/271