php84 icon, update imagemagick command doc
Hanno Böck

Hanno Böck commited on 2025-03-18 08:35:01
Zeige 2 geänderte Dateien mit 1 Einfügungen und 1 Löschungen.

... ...
@@ -161,7 +161,7 @@ if (count($vhosts) > 0) {
161 161
             } elseif (array_key_exists($php, $phpinfo)) {
162 162
                 $phpinfo = $phpinfo[$php];
163 163
                 /* To create new PHP icon:
164
-                   convert ok.png -font "DejaVu-Sans-Book" -pointsize 10  -gravity center -draw "text 0,0 '7.2'" ok-php72.png
164
+                   magick ok.png -font "DejaVu-Sans-Book" -pointsize 10  -gravity center -draw "text 0,0 '8.4'" ok-php84.png
165 165
                 */
166 166
                 $php = icon_enabled_phpxx('PHP in Version ' . $phpinfo['major'] . '.' . $phpinfo['minor'] . ' eingeschaltet', $phpinfo['major'], $phpinfo['minor']);
167 167
                 if ($phpinfo['status'] == 'deprecated') {
168 168