php下pgsql扩展安装

来源:互联网 发布:android 棋牌游戏源码 编辑:程序博客网 时间:2024/06/05 01:46

 [root@localhost ~] cd /usr/local/src/php-5.5.22/ext/pgsql/

 [root@localhost pgsql] /srv/php-5.5.22/bin/phpize

[root@localhost pgsql] ./configure --with-php-config=/srv/php-5.5.22/bin/php-config

[root@localhost pgsql] make

[root@localhost pgsql] make install

[root@localhost pgsql] cd /srv/php-5.5.22/etc/conf.d/

[root@localhost pgsql] vim pgsql.ini

  extension=pgsql.so

[root@localhost pgsql] /etc/init.d/php-fpm restart

[root@localhost pgsql] /srv/php-5.5.22/bin/php -m | grep pgsql
  pdo_pgsql
  pgsql


原创粉丝点击