/switchphpversion

switch php in your linux

Primary LanguageShell

switchphpversion

switch php in your linux

使用方法: sudo ./switchphp.sh

然后根据提示,选择要启动的版本。

本脚本实验的版本,安装php是指定目录到 /usr/local/phpxxx/ 所以需要实际情况修改。

php_fpms=($(locate -ir "sbin.*php-fpm$"| awk '{printf "%s ",$1}'))