Skip to content

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

@sgc-fireball

Description

@sgc-fireball

描述 (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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions