Skip to content

Version 4.2.9

Choose a tag to compare

@andreapollastri andreapollastri released this 11 Mar 15:56
· 68 commits to master since this release

[4.2.9] — 2026-03-11

Added

  • cipi php switch <ver> — Switch the system default PHP version used by root/cipi; migrates the API FPM pool, restarts the API queue worker, and sends email notification; cipi php list now shows which version is the system default; cipi php remove now blocks removing the system default version

Fixed

  • App commands use wrong PHP version — Deployer (dep), Composer, and all deploy-related commands now run with the app's configured PHP version (/usr/bin/phpX.Y) instead of the system default; affects cipi deploy, cipi deploy --rollback, crontab deploy triggers, .bashrc aliases (deploy, composer), and cipi sync import deploys; Deployer config now explicitly sets bin/composer to use the app's PHP; migration 4.2.9 patches all existing apps automatically