11
14

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

MAMPのPHPバージョンを変更する

Posted at

MAMPを使って古いバージョンのPHPを手軽に使う方法です。

  • MAMPのバージョン:3.0.7.3

MAMPで選択できるPHPのバージョンはデフォルトでは以下の2つでした。

  • 5.5.18
  • 5.6.2

mamp_php_version_before.png

MAMPには他のバージョンも付属しています。
場所は /Applications/MAMP/bin/php/ にあります。

使用したいバージョン以外の名前を変更します。
今回は5.2.17と5.6.2を残しました。(2つまで残せるみたいです。)

  • php5.1.6 -> php5.1.6_X
  • php5.2.17
  • php5.3.29 -> php5.3.29_X
  • php5.4.34 -> php5.4.34_X
  • php5.5.18 -> php5.5.18_X
  • php5.6.2

名前の後に「_X」をつけました。(名前が変更されればなんでもよい)

MAMPを再起動すれば、変更が反映されます。

mamp_php_version_after.png

便利ですね!

11
14
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
11
14

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?