Package: icingaweb2 / 2.8.2-2
Metadata
Package | Version | Patches format |
---|---|---|
icingaweb2 | 2.8.2-2 | 3.0 (quilt) |
Patch series
view the series filePatch | File delta | Description |
---|---|---|
0001 setup ensure not to pass an empty array to max.patch | (download) |
modules/setup/application/views/scripts/index/index.phtml |
4 2 + 2 - 0 ! |
/setup/: ensure not to pass an empty array to max() as PHP 8 doesn't tolerate such. |
0002 downtimestarthistoryQuery joinBaseTables don t call .patch | (download) |
modules/monitoring/library/Monitoring/Backend/Ido/Query/HostdowntimestarthistoryQuery.php |
2 1 + 1 - 0 ! |
*downtimestarthistoryquery#joinbasetables(): don't call func_get_arg() with an invalid index as PHP 8 doesn't tolerate that. |
0003 ApplicationBootstrap setupErrorHandling migrate erro.patch | (download) |
library/Icinga/Application/ApplicationBootstrap.php |
2 1 + 1 - 0 ! |
applicationbootstrap#setuperrorhandling(): migrate error handler to php 8 as recommended here: https://www.php.net/manual/de/migration80.incompatible.php |
0004 DashboardConfig listConfigFilesForUser silence error.patch | (download) |
library/Icinga/Legacy/DashboardConfig.php |
11 10 + 1 - 0 ! |
dashboardconfig::listconfigfilesforuser(): silence errors from opendir() which appeared with PHP 8. |
0005 Version getGitHead silence errors from file_get_cont.patch | (download) |
library/Icinga/Application/Version.php |
8 7 + 1 - 0 ! |
version::getgithead(): silence errors from file_get_contents() which appeared with PHP 8. |
jshrink php8.patch | (download) |
library/vendor/JShrink/Minifier.php |
53 37 + 16 - 0 ! |
update jshink for php 8. |