Skip to content

php-cli v1.3.2

Compare
Choose a tag to compare
@jingjingxyk jingjingxyk released this 04 Aug 08:26
· 829 commits to main since this release
item value
branch main
tag v1.3.2
swoole version v5.1.3
php version 8.2.13, 8.1.27
release date 2024-08-04

php-cli runtime

借助于swoole-cli 的构建流程,构建包含swoole 扩展的 PHP-CLI 运行时

变更:

  1.  改进打包 pool 目录,发版时不使用 缓存
  2.  修复 libiconv 下载地址 bug 

快速使用 包含swoole 的 php-cli 运行时

curl -fSL  https://github.com/swoole/build-static-php/blob/main/setup-php-cli-runtime.sh?raw=true | bash 

备注: macos环境下 首次运行 无权限 ,解决方法

note : macos clearing the com.apple.quarantine extended attribute

  # 查看扩展属性
   xattr ./php 

  # 去除扩展属性
  sudo xattr -rd com.apple.quarantine  ./php