da63f533be
Abstract common DB methods in mysql.db.DB class and use it as base to implement PgDB, OracleDB and MyDB
eb183b0d3b
config: split console logging between stdout & stderr base on level
55782df47c
config: code cleaning
f4f39d967e
CI: configure tests for all supported Debian versions
89a13d86c6
Docker: Add stuff to build old Debian versions images
d80c15acc1
LStemplate: rollback from array class constant to class variables to restore PHP < 7
a3fc7bacfa
LSexample: restore compatibility with Debian stretch
d7ba794839
Rollback class properties typing to restore PHP < 7.4 support
7efacf04e4
Add the Dockerfile to build the docker brenard/mylib:dev-master image
a1118cc40a
Add the Dockerfile to build the docker brenard/mylib:latest image
56e17a40f6
phpstan: Be sure Mail & Mail_mime classes are loaded during analyse
f53d868640
Update .gitlab-ci.yml file
8e1aa74e12
Update .gitlab-ci.yml file
ecaf2aeb13
Docker: add missing vimrc.local file
20432adb14
Clean errors detected by PHPstan (level 3)
e71823b644
Clean errors detected by PHPstan (level 1)
38fa02619d
Clean PHP8 compatibility errors detected by PHPstan
7f862c9765
Clean errors detected by PHPstan (level 0) and configure CI to run it on each commit