Oleg Zhulnev
Oleg Zhulnev
for those who faced with this issue on Alpine 3.14: please check https://wiki.alpinelinux.org/wiki/Release_Notes_for_Alpine_3.14.0#faccessat2 and ensure that your docker is 20.10.0 or higher.
it happens because in the second time dbal will fetch tables right from the DB where the names are unquoted. And then will create Table class with _quoted property equals...
@morozov as part of my PR I started to investigate how the MariaDB platform can be improved and faced that MariaDB >= 10.3 still doesn't have native JSON support and...
Thanks @exussum12
Fixed in https://github.com/povils/phpmnd/releases/tag/v3.2.0
my 2 cents: what about to no remove JSON class and improve it instead to smth like: ``` class JsonEncoder { private function __construct() { } public static function encode(mixed...
The second option is looking fine from me @maks-rafalko.
> I am also a bit confused, is the PHP-Parser API changes working on 4.x? The main issue in tests: we will have to support 2 sets of tests in...
`sebastian/diff` released 7 days ago with phpunit 11. As an option you could downgrade phpunit. also we have openned PR to add support for `sebastian/diff: ^6.0` https://github.com/infection/infection/pull/1913
> The main issue in tests: we will have to support 2 sets of tests in some cases. Also it looks like we will have to override Pretty Printer What...