Skip to content

Latest commit

 

History

History
49 lines (27 loc) · 1.23 KB

README.md

File metadata and controls

49 lines (27 loc) · 1.23 KB

快速初始化构建环境

一个脚本执行整个构建流程

定制 build-release-php.sh 脚本 即可开始构建

cp  build-release-example.sh  build-release-php.sh

bash build-release-php.sh

准备运行环境 (linux/macos/windows)

  1. linux 快速启动 容器 构建环环境
  2. windows cygwin 快速启动 构建环环境
  3. macos 快速启动 构建环环境
  4. 构建选项

相同功能命令 不同写法

git clone --recursive https://github.com/swoole/swoole-cli.git

git submodule update --init --recursive

PHP 版本变更详情

  1. PHP 8.1.x 升级到 PHP 8.2.x 的变更
  2. PHP 8.0.x 升级到 PHP 8.1.x 的变更
  3. PHP 7.4.x 升级到 PHP 8.0.x 的变更