Skip to content

Latest commit

 

History

History
124 lines (58 loc) · 5.13 KB

CHANGELOG.md

File metadata and controls

124 lines (58 loc) · 5.13 KB

Changelog

All notable changes to this project will be documented in this file. See standard-version for commit guidelines.

0.2.3 (2020-07-01)

Bug Fixes

0.2.2 (2020-04-21)

Features

  • 添加 php 安装包 checksum 支持 (e5528d0)

Bug Fixes

  • 修复目录权限幂等性问题 (14ac388)
  • php: 添加 pm.max_children 默认值计算公式 (75ab907)
  • 修复 libzip 目录权限 (ab4125c)
  • 修改安装包存放路径 (f0db6e1)

0.2.1 (2020-03-30)

Bug Fixes

  • refresh ansible_local facts (7090c34)

0.2.0 (2020-03-30)

⚠ BREAKING CHANGES

  • 不会再移除安装失败的版本

Features

  • 升级默认php版本为 7.3.13, 升级默认 libzip 版本为 1.6.1 (bc9aadc)
  • 添加本地facts (308addc)

Bug Fixes

  • 不再移除安装失败的版本 (b648a71)
  • 修复php安装包下载地址为sohu镜像站 (29cd333)
  • 修改local facts格式为json (d4b79b9)
  • 修改local facts格式为json (4999516)

0.1.22 (2020-01-05)

Bug Fixes

0.1.21 (2020-01-04)

Features

  • 延长依赖安装时间 (2606ff4)

0.1.20 (2020-01-04)

Bug Fixes

  • 安装包不存在且php未安装时才下载 (8f27320)

0.1.19 (2020-01-04)

Features

  • 修改安装包下载逻辑 (fb941b1)

0.1.18 (2019-11-28)

Bug Fixes

  • 修改 php_fpm_pid 默认路径为 /var/run/php-fpm.pid (bf18b35)

0.1.17 (2019-11-27)

Features

  • 添加 --enable-pcntl 参数 (b6ac07b)

0.1.16 (2019-11-20)

Bug Fixes

  • 为 session.save_path 添加引号,防止变量解析错误 (d76b0e5)

0.1.15 (2019-11-20)

Bug Fixes

  • 修复libzip判断逻辑 (48155aa)

0.1.14 (2019-11-20)

Bug Fixes

  • 添加libzip安装状态检查 (fc153fd)

0.1.13 (2019-09-14)

0.1.12 (2019-08-28)

Bug Fixes

  • 修复配置文件路径错误 (e647654)