Home  >  Article  >  Backend Development  >  mysql - mac下怎么安装更低版本的php5.5.12?

mysql - mac下怎么安装更低版本的php5.5.12?

WBOY
WBOYOriginal
2016-07-06 13:51:461156browse

因为公司要用php5.5.12,我电脑是mac,然后在网上又找不到对应的mac php版本,所以怎么安装?

回复内容:

因为公司要用php5.5.12,我电脑是mac,然后在网上又找不到对应的mac php版本,所以怎么安装?

下载源码,编译安装

楼主可以去下载MAMP PRO这个软件有MAC版的,可以支持PHP版本切换,最低版本5.1.6不知道满不满足你的要求,还有就是楼上说的编译安装

<code>brew install homebrew/php/php55</code>

使用 homebrew 安装 php55 就可以了,5.5.* 的小版本直接的确会有差异,但是不会很大的,所有可以放心使用。
如果一定要选择特定版本 php5.5.12 ,估计只能自己编译安装了

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn