phpmicro icon indicating copy to clipboard operation
phpmicro copied to clipboard

[Bug] Release 0.0.1-prealpha nightly 20210117 doesn't work "required file not found"

Open sgc-fireball opened this issue 10 months ago • 1 comments

描述 (Description)

docker run --rm -it ubuntu:24.04
$ apt-get -qy update; apt-get -qy install wget vim
$ vim index.php
$ wget https://github.com/easysoft/phpmicro/releases/download/20210117/micro-x86_64-linux-fe02dc0.sfx
$ cat micro-x86_64-linux-fe02dc0.sfx test.php > test
$ chmod +x test
$ ./test

Code of index.php:

<?php
echo "test";

期望 (Expectation)

Output of

test

结果 (Result)

output:

bash: ./test: cannot execute: required file not found

软件版本 (Software version)

0.0.1-prealpha nightly 20210117

sgc-fireball avatar Jan 26 '25 09:01 sgc-fireball