Home > php教程 > php手册 > mac osx 更改自带php版本

mac osx 更改自带php版本

WBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWBOYWB
Release: 2016-06-06 20:14:04
Original
1827 people have browsed it

原来在windows上面做开发的时候一直实用zendstudio+zenddebugger来调试代码的,但是发现zenddebugger的php版本只到5.3就没有后面的了。 听说是集成到zend server上面了。扯远了,不说那个了。既然php5.4没办法实用zenddebugger了,那能不能把osx自带的php5.

原来在windows上面做开发的时候一直实用zendstudio+zenddebugger来调试代码的,但是发现zenddebugger的php版本只到5.3就没有后面的了。

听说是集成到zend server上面了。扯远了,不说那个了。既然php5.4没办法实用zenddebugger了,那能不能把osx自带的php5.4换成php5.3呢?

马上google了下,发现还真有,而且很简单。一行代码搞定

curl -s http://php-osx.liip.ch/install.sh | bash -s 5.3

如果直接cil方式执行php的话,发现还是php5.4版本的。下面我们可以把默认的php换成我们的5.3版本的

#把默认版本备份,如果不想备份,直接删除也行
mv /usr/bin/php /usr/bin/php-php-5.4.17

ln -s /usr/local/php5-5.3.28-20140112-174528/bin/php /usr/bin/php
终端执行 php -v 已经显示php5.3的了

source:php.cn
Statement of this Website
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
Latest Issues
mac use
From 1970-01-01 08:00:00
0
0
0
How to install it on Mac?
From 1970-01-01 08:00:00
0
0
0
Why doesn’t Mac have PHPstudy?
From 1970-01-01 08:00:00
0
0
0
When will phpstudy release a mac version?
From 1970-01-01 08:00:00
0
0
0
Port 80 cannot be accessed under Mac system
From 1970-01-01 08:00:00
0
0
0
Popular Recommendations
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template