Andrej Sinicyn
Andrej Sinicyn
This commit migrates the project to Laminas as the old ZF is obsolete.
### Bug Report | Q | A |------------ | ------ | Version(s) | 3.1.1 #### Summary Currently I'm developing with php 7.4, for CLI and Apache I have set error_reporting...
### Preconditions (*) 1. Magento 2.4.4 2. magento-2-smtp 4.7.2 3. Server is using Plesk with letsencrypt certificate ### Steps to reproduce (*) 1. By setting up TLS with LOGIN method...
Currently if I use DDL to add the basic (not unique) Index as constraint via CreateTable or AlterTable it does it via INDEX inside the CREATE TABLE statement like this:...
It seems that escaping is wrong for at least DDLs, I didn't test SELECT and other commands. ~~It goes wrong with (MySQL) and without (SQLite) decorators.~~ The example for SQLite...
In #267 I described the incorrect behaviour, when generating DDLs with characters in name that are used for escaping on different plattforms. This is an attempt to fix it. I...
…opment environment. | Q | A |-------------- | ------ | Documentation | no | Bugfix | no | BC Break | no | New Feature | yes | RFC |...
### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | yes | BC Break | no #### Summary Currently only events of...
### Feature Request | Q | A |------------ | ------ | New Feature | yes | RFC | yes | BC Break | no #### Summary For some of the...
### Bug Report | Q | A |------------ | ------ | Version(s) | 2.14.1 #### Summary The phpDoc suggests string|array as type of parameter $code, while all calls are int...