CESNET / pakiti-server

Pakiti provides a monitoring mechanism to check the patching status of Linux systems.
BSD 2-Clause "Simplified" License
49 stars 35 forks source link

PHP 8 and php_errormsg #191

Closed DanielGeerts closed 4 months ago

DanielGeerts commented 4 months ago

$php_errormsg was dropped in PHP 8, so use error_get_last instead, which was added in PHP 5.2.