static-php-cli icon indicating copy to clipboard operation
static-php-cli copied to clipboard

Build standalone PHP binary on Linux, macOS, FreeBSD, Windows, with PHP project together, with popular extensions included.

Results 49 static-php-cli issues
Sort by recently updated
recently updated
newest added

Not urgent, but wanted to get this on the list. I don't have a Windows machine, but I have access to a free month of a Windows 365 cloud PC,...

enhancement
kind/extension
os/windows

## What does this PR do? Adds a GitHub Action for building on Windows. This is a first pass that builds an executable, but it's still WIP - please leave...

enhancement
kind/workflow
os/windows

https://github.com/static-php/static-php-cli-hosted/actions/runs/8843621255/job/24284106389 Related code: https://github.com/easysoft/phpmicro/blob/e142401ee260c128ac9d6bb1e35f80040614437c/Makefile.frag#L11C1-L23C30 Checking the log, there is a difference of 8 bytes between the two micro.sfx compression stages.

bug
kind/framework
os/linux

The first hurdle when trying to run a compiled `php.exe` seems to be this ![Screenshot 2024-04-24 at 13 04 11](https://github.com/crazywhalecc/static-php-cli/assets/31628/f8b6f313-2857-4563-8954-75dec05b38c0) Clicking the 'More info' link reveals this: ![Screenshot 2024-04-24 at...

help wanted
question
kind/php-and-sapi
os/windows

Create a new Linux machine, create a test script: ```

bug
kind/dependency
os/linux

micro.sfx + php文件生成的exe中,如何不显示终端呢? 就像php-win.exe那样 ```shell php-win.exe 文件.php ```

question
kind/php-src
os/windows

https://github.com/NoiseByNorthwest/php-spx is our preferred way of doing local profiling. It would be awesome if this - also awesome - package would add support for that extension 😁

enhancement
kind/extension

With the latest version 2.2.4, `spc` is unable to download [`xz` version 5.4.6 from `fossies.org`](https://fossies.org/linux/misc/xz-5.4.6.tar.xz). This was fixed in crazywhalecc/static-php-cli#495 by upgrading to `xz` 5.4.7 but `spc` remains broken. Any...

bug
kind/dependency

![static-php-cli 2 3 更新梳理](https://github.com/crazywhalecc/static-php-cli/assets/20330940/00f63cb7-4423-4f39-af43-276df588262e) ![static-php-cli 2 3 更新梳理en](https://github.com/crazywhalecc/static-php-cli/assets/20330940/a0bde3c4-441e-453b-9c49-f4791597d000)

enhancement
kind/framework

如题 ![image](https://github.com/crazywhalecc/static-php-cli/assets/82694310/7656e85a-6255-4efa-a8bf-db5f51bac362) 会出现一大串乱码和无法找到 composer autoload 的库 中文可以输出 使用 box 打包 micro 有以下扩展 curl,openssl,phar,swoole,zstd 并且开启 --with-micro-fake-cli 使用 php 运行原始 phar 可以正常运行

bug
kind/php-and-sapi