【发布时间】:2015-08-02 00:53:37
【问题描述】:
我认为我的 PHP 安装有问题
当我在命令行中输入 php 时,我得到以下信息
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
谁能给点建议?
我试过了 - http://jason.pureconcepts.net/2014/11/install-apache-php-mysql-mac-os-x-yosemite/
【问题讨论】:
-
尝试禁用/卸载 pgsql 和 pdo_pgsql。
标签: php