ホームページ > バックエンド開発 > PHPチュートリアル > cli - php的pgsql编译版本不一致,如何修正?

cli - php的pgsql编译版本不一致,如何修正?

WBOY
リリース: 2016-06-06 20:38:47
オリジナル
1275 人が閲覧しました

在CLI模式运行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

看提示应该是说pgsql和php用的api版本不一致,可是google了好半天,没有好到办法如何重新编译pgsql。谁帮忙看看哈。

回复内容:

在CLI模式运行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

看提示应该是说pgsql和php用的api版本不一致,可是google了好半天,没有好到办法如何重新编译pgsql。谁帮忙看看哈。

你首先搞清楚,出问题的是 php-pgsql 模块,不是 pgsql 这个数据库。

你的模块使用的是旧版本的 PHP API,而 PHP 已经是新版本的 API 了。也就是说,你的 PHP 版本和 php-pgsql 模块的版本差异过大。

你是从哪里安装的 PHP 又是从哪里安装的 php-pgsql 啊?如果是 Linux 的话,推荐从软件源里安装相关包,这样版本一定是兼容的。

関連ラベル:
ソース:php.cn
このウェブサイトの声明
この記事の内容はネチズンが自主的に寄稿したものであり、著作権は原著者に帰属します。このサイトは、それに相当する法的責任を負いません。盗作または侵害の疑いのあるコンテンツを見つけた場合は、admin@php.cn までご連絡ください。
最新の問題
人気のチュートリアル
詳細>
最新のダウンロード
詳細>
ウェブエフェクト
公式サイト
サイト素材
フロントエンドテンプレート