temp: check GD availability
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
6
gdcheck.php
Normal file
6
gdcheck.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
echo "GD: " . (extension_loaded('gd') ? 'KYLLÄ' : 'EI') . "\n";
|
||||
echo "Imagick: " . (extension_loaded('imagick') ? 'KYLLÄ' : 'EI') . "\n";
|
||||
if (extension_loaded('gd')) {
|
||||
echo "GD info: " . json_encode(gd_info()) . "\n";
|
||||
}
|
||||
Reference in New Issue
Block a user