Koopz

Results 10 issues of Koopz

We just saw that the pools for each site are being written into php-fpm.conf. A default php-fpm.conf has ``` include=/etc/php/7.0/fpm/pool.d/*.conf ``` Since the file is bein generated this line is...

Since i occasionally use AL in a way that involves a bunch of tabs which don't get attention for some time i regularly run into the wellknown "Session expired, please...

help wanted
feature-request

# Pull Request ## What does this PR do? - It adds PHP 8.3 to the testing matrix to ensure that the code will also run on PHP 8.3 ##...

maintenance

The symbols were no longer used since https://github.com/mailcow/mailcow-dockerized/commit/38e5dc37d2a3b56b5bb2cdd246442cbe2bbe24f7#diff-2ddcc31f5c527a3fcadb72a6d446d28c6f7cfc5362a6c38c6229c7cd07c40f3d

Zend\Db\Sql is missing a way to create a REPLACE INTO table_name VALUES(row_data) statement. Thought, I'd add this here 'cause apparently noone else was missing that feature.

enhancement
help wanted

Since the Interface already has beginTransaction() and commit(), i'd suggest adding inTransaction() to the Interface. The property is set by the classes themselves in these both methods so I don't...

enhancement
BC Break

fixed the CS (at least i hope so) and PR'd the branch instead of my master.

BC Break

Since the docs are located elsewhere this repo's empty wiki should be disabled.

Could we make `preview` display the records that would be created even if the zone doesn't exist yet? Right now (at least for the Hetzner DNS Provider if that's relevant)...

provider-HETZNER

# Description Here's my slightly belated retarget of https://github.com/squizlabs/PHP_CodeSniffer/pull/1370 The changes enable autofixing for cases where code behaviour won't change by replacing `and` with `&&` as well as `or` with...

Type: breaking change
Standard: Squiz
Status: triage