Oliver Eglseder
Oliver Eglseder
Foreword: I am debugging `flow:core:compile` directly in a docker-compose setup via ``` docker exec -e PHP_IDE_CONFIG='serverName=app' -u application -ti $(docker-compose ps -q app) php -dxdebug.remote_autostart=On ./flow flow:core:compile ``` When debugging...
Hi, the Apache Web Server has an insecure default setting `ServerTokens`. The default value is `Full`. I suggest that we set this value to the secure setting `Prod` for all...
PHPMD Version: 2.6.0 The following code is affected ```PHP class Authenticator { /** * @var AuthenticationService * @SuppressWarnings(PHPMD.LongVariable) */ protected $authenticationService = null; } ``` **What happens** phpmd reports "Avoid...
### Bug description `\Facebook\WebDriver\WebDriverPoint::equals` compares its own `x` and `y` to the integer value of the other `x` and `y`, which will always be false in firefox when the position...
Abstract: The ClassAliasLoader adds unnecessary overhead if autoload_classaliasmap.php is holding no entries and the API is never used. I set up a TYPO3 7.6.6 installation with the official bootstrap package...
Hi, i've got another exception with PhpStorm 2018.3 (EAP), but this one is not yet reproducible. I don't know if it is related but the PhpStorm Terminal did behave very...
This one's a bit complicated but stay with me. I came across this problem for more than 10 times in different projects, and debugging is not easy, but i will...
- PHPMD version: Tested with 2.15, but any version since 2011 is affected (Since 9a8b52114d432a41945cb4d66def015b68e49f30) - PHP Version: PHP 8.1-8.3 (irrelevant) - Installation type: phar via composer (I've started an...