phpmicro icon indicating copy to clipboard operation
phpmicro copied to clipboard

micro sfx SAPI for php

Results 16 phpmicro issues
Sort by recently updated
recently updated
newest added

怎么把laravel 包装进去?并运行?

swoole扩展怎么编译进去

discussion

### 描述 (Description) ```bash 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...

### 描述 (Description) 从 https://github.com/crazywhalecc/static-php-cli/actions/runs/16627901587/job/47049355741 发现,相关 PR:https://github.com/crazywhalecc/static-php-cli/pull/819 https://github.com/php/php-src/commit/6e172f0ac19d308dac3aeaf0485de34f57d9a644 php-src 做了不兼容的改动,无法在不修改 phpmicro 的前提下实现,需要修改 phpmicro 才能兼容。 ### 期望 (Expectation) 没有深入测试,但应该是 `php_win32_ioutil_init` 方法删除掉了。 ### 结果 (Result) 成功构建 ### 软件版本 (Software version) 0.2.0

Hi! The PHP master branch breaks every now and then. This patch adds the latest 8.4 branch in the build matrix, ensuring a more reliable run for this version. This...