You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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