开发者

How can I add PostgreSQL support in PHP bundled in XAMPP?

开发者 https://www.devze.com 2023-01-15 01:36 出处:网络
Apache: v.2.2.14 PHP: 5.3.1开发者_开发技巧 PostgreSQL: 8.4 XAMPP: version 1.7.3XAMPP ships with a php_pgsql.dll/so, i.e. all you have to do is to edit the php.ini and remove the semicolon before

Apache: v.2.2.14

PHP: 5.3.1开发者_开发技巧

PostgreSQL: 8.4

XAMPP: version 1.7.3


XAMPP ships with a php_pgsql.dll/so, i.e. all you have to do is to edit the php.ini and remove the semicolon before

extension = php_pgsql.dll

and then restart the apache.


Yes you can, check http://nl3.php.net/manual/en/book.pgsql.php

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号