码迷,mamicode.com
首页 > 数据库 > 详细

ubutun 下配置php和postgresql

时间:2017-07-23 01:00:57      阅读:284      评论:0      收藏:0      [点我收藏+]

标签:支持   postgres   cal   height   soft   space   text   otto   文件中   

安装完成后,检查PHP扩展。

php -m | grep pdo_pgsql

php -m 和phpinfo应该是不同的配置文件, 你在php -m 中能看到的话, 说明你只在php -i|grup php.ini 这个配置文件中加载了这个.so这个文件, 你还得 在phpinfo(). 这个模式下面看到他加载的配置文件位置,然后也加上.so文件,加完之后,重启下服务, 完美解决,我以前搞swoole拓展也遇到过

 

如果想把mysql换成postgresql,那么必须让pgsql扩展。

php,可以使用phpize工具进行追加。

php编译目录下的ext/ 2、根据php/bin/phpize ;

安装postgresql数据库;

php-config=/usr/local/php-config

5、make && make install

php配置文件php-7.0.4/etc/pgsql.so模块。

php-7.0.4/lib/ extension=pdo_ 重启pgsql模块。

pdo_pgsql.so和pgsql.so位置在/usr/local/php/extensions/no-debug-non-zts-20151012

ubutun 下配置php和postgresql

标签:支持   postgres   cal   height   soft   space   text   otto   文件中   

原文地址:http://www.cnblogs.com/102442/p/7223352.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!