Oliver Mueller
Oliver Mueller
Somehow phpdox is not able to execute anymore since changing to PHP 7.4.x ``` PHP Version: 7.4.3 (Linux) PHPDox Version: 0.12.0 ErrorException: E_WARNING Location: phar:///usr/local/src/phive/phars/phpdox-0.12.0.phar/phpdox/shared/DirectoryCleaner.php (Line 32) rmdir(/var/lib/jenkins/workspace/project/build/api/.): Invalid argument...
We are using [file access control lists (ACLs)](https://wiki.archlinux.org/index.php/Access_Control_Lists) on our Linux systems because otherwise, we are not able to delete web server created files (e.g. caches or session files) with...
Is there any way to skip a class or method based on conditions? We are writing some benchmarks for PHP functions themselves to actually compare/test servers and setups. The issue...
Would it be possible to make ApiGen compatible to [phive](https://phar.io) so it is easy and save to install?
There is currently no support for Ubuntu 22.04 (Jammy). Using the 20.04 (Focal) repository instead doesn't work as it is missing libssl1.1. Ubuntu has switched to libssl3 with 22.04. ```...
Version: Ubuntu 20.04.1 LTS Package: ossec-hids-server Version: 3.6.0-14954focal Currently the named decoder assumes entries to look like (as mentioned in decoder.xml): `valhalla named[7885]: client 192.168.1.231#1142: update 'hayaletgemi.edu/IN' denied` BUT on...
in order to use an instance, it might be a good idea to add the ability to set an initial password, because otherwise the instance is not "usable" in that...
When trying to run tests on a server, which ONLY supports TLS 1.3, the analysis stops with the following error: **some.server.com:443 appears to support TLS 1.3 ONLY. You better use...
Most of the scripts are doing a "grep -v 'done.$' | sed -e 's/[.=-]/_/g' )" for the config, which will replace a queue name like "abc-def" into "abc_def". The problem...
Would be great to support Ubuntu 22.04 (jammy). It is LTS and they just released their first point one release. With my upgrade to 22.04, 3ware-status has been removed.