mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-03-19 13:24:51 +08:00
Update README-en.md
This commit is contained in:
parent
4c55f4a22b
commit
5048fb5b48
@ -1,7 +1,7 @@
|
||||
# static-php-cli
|
||||
Compile A Statically Linked PHP With Swoole and other Extensions.
|
||||
|
||||
BTW, It's only for CLI mode.
|
||||
Compile A Single Binary With PHP Code.
|
||||
|
||||
[]()
|
||||

|
||||
@ -45,7 +45,8 @@ cat micro.sfx code.php > single-app && chmod +x single-app
|
||||
|
||||
# If packing phar into a static binary, just change code.php to your phar path.
|
||||
```
|
||||
|
||||
> Note: It means that your PHP code won't be compiled and you can't protect your source code by using micro!
|
||||
>
|
||||
> Special thanks: <https://github.com/dixyes/phpmicro>
|
||||
|
||||
## Compiling
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user