Apache-YOSEMITE10.10.2 comes with PHP cannot be replaced by brew installation?

Source: Internet
Author: User
Tags mcrypt
My installation method (mainly referred to: www.cnblogs.comxiangminp4279627.html) {code ...} open the browser and enter localhostphpinfo. php, found that still unable to replace yosemite built-in PHP5.5.14 my installation method (mainly refer to: http://www.cnblogs.com/xiangmin/p/4279627.html)

brew options php56 && brew install php56  echo 'export PATH="$(brew --prefix homebrew/php/php56)/bin:$PATH"' >> ~/.bash_profilesource ~/.bash_profilebrew install php56-xdebug php56-mcrypt php56-imagick   sudo apachectl restart

Open your browser and enterhttp://localhost/phpinfo.phpAnd found that it still cannot replace PHP 5.5.14 that comes with yosemite.

Reply content:

My installation method (mainly referred to: http://www.cnblogs.com/xiangmin/p/4279627.html)

brew options php56 && brew install php56  echo 'export PATH="$(brew --prefix homebrew/php/php56)/bin:$PATH"' >> ~/.bash_profilesource ~/.bash_profilebrew install php56-xdebug php56-mcrypt php56-imagick   sudo apachectl restart

Open your browser and enterhttp://localhost/phpinfo.phpAnd found that it still cannot replace PHP 5.5.14 that comes with yosemite.

Modify httpd for apache configuration. conf: Modify LoadModule php5_module libexec/apache2/libphp5.so to the new so, for example, LoadModule php5_module/usr/local/opt/php56/libexec/apache2/libphp5.so. Restart apache

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.