mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-20 15:25:36 +08:00
add postgresql and custom downloader
This commit is contained in:
@@ -3,7 +3,6 @@
|
|||||||
declare(strict_types=1);
|
declare(strict_types=1);
|
||||||
|
|
||||||
$info = gd_info();
|
$info = gd_info();
|
||||||
// jpeg will be supported later
|
$true = $info['JPEG Support'] ?? true; // JPEG support needs libjpeg library, and I will add it later. TODO
|
||||||
$true = true; // $info['JPEG Support'] ?? false;
|
|
||||||
$true = $true ? ($info['PNG Support'] ?? false) : false;
|
$true = $true ? ($info['PNG Support'] ?? false) : false;
|
||||||
exit($true ? 0 : 1);
|
exit($true ? 0 : 1);
|
||||||
|
|||||||
Reference in New Issue
Block a user