mac版xampp上切换php4和php5

阅读更多
默认安装的mac版本xampp启动后是用的php4版本,经过研究xampp的启动脚本,找到了切换的命令。其实xampp早就把这个事情想到了,有个命令执行一下就可以了。
启动Terminal后,先切换到root用户,然后执行命令
meaglith-ma-s-ibook-g4:/Users/meaglith root# /Applications/xampp/xamppfiles/share/xampp/activatephp 5.0.5
会看到结果
XAMPP: Activate PHP 5.0.5...
XAMPP: XAMPP-Apache is not running.
XAMPP: Starting Apache with SSL (and PHP5)...

重新再启动xampp会看到结果
meaglith-ma-s-ibook-g4:/Users/meaglith root# /Applications/xampp/xamppfiles/mampp start
Starting XAMPP for MacOS X 0.5...
XAMPP: Starting Apache with SSL (and PHP5)...
XAMPP: Starting MySQL...
XAMPP: Starting ProFTPD...
XAMPP for MacOS X started.

你可能感兴趣的:(Apache,MySQL,PHP,脚本)