add more extensions support

This commit is contained in:
crazywhalecc
2023-03-19 01:16:54 +08:00
parent c93a4e843f
commit 6b0baa8365
6 changed files with 59 additions and 23 deletions

View File

@@ -0,0 +1,5 @@
<?php
declare(strict_types=1);
exit(function_exists('gzcompress') ? 0 : 1);