dongluzhi5208 2015-03-24 17:33
浏览 43
已采纳

PHP安装Yosemite

I believe I have an issue with my PHP installation

When I type php into the command line, i get the following

PHP Warning:  PHP Startup: pdo_pgsql: Unable to initialize module
Module compiled with module API=20100525
PHP    compiled with module API=20121212
These options need to match
 in Unknown on line 0
PHP Warning:  PHP Startup: pgsql: Unable to initialize module
Module compiled with module API=20100525
PHP    compiled with module API=20121212
These options need to match
 in Unknown on line 0

Can anyone advise?

I tried this - http://jason.pureconcepts.net/2014/11/install-apache-php-mysql-mac-os-x-yosemite/

  • 写回答

2条回答 默认 最新

  • dsizmmwnm56437180 2015-03-24 17:40
    关注

    As the author of that post, the issue is with the previously compiled modules pdo_pgsql and pgsql.

    As noted in the comments, you will need to reinstall these modules for the Yosemite's of PHP (run php -v).

    Steps for doing so with these specific modules has been answered already.

    本回答被题主选为最佳回答 , 对您是否有帮助呢?
    评论
查看更多回答(1条)

报告相同问题?