mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-08 01:15:37 +08:00
add windows support
This commit is contained in:
@@ -3,3 +3,4 @@
|
||||
declare(strict_types=1);
|
||||
|
||||
assert(function_exists('gzcompress'));
|
||||
assert(gzdecode(gzencode('aaa')) === 'aaa');
|
||||
|
||||
Reference in New Issue
Block a user