如何在 XAMPP 中捆绑的 PHP 中添加 PostgreSQL 支持?
Posted
技术标签:
【中文标题】如何在 XAMPP 中捆绑的 PHP 中添加 PostgreSQL 支持?【英文标题】:How can I add PostgreSQL support in PHP bundled in XAMPP? 【发布时间】:2011-04-07 08:04:14 【问题描述】:Apache:v.2.2.14 php:5.3.1 PostgreSQL:8.4 XAMPP:版本 1.7.3
【问题讨论】:
看来你应该在serverfault.com 上问这个问题。 哦,对不起。我没有意识到这一点。 【参考方案1】:可以,请查看http://nl3.php.net/manual/en/book.pgsql.php
【讨论】:
【参考方案2】:XAMPP 附带一个 php_pgsql.dll/so,即您所要做的就是编辑 php.ini 并删除之前的分号
extension = php_pgsql.dll
然后重启apache。
【讨论】:
Google 员工,这也是对 - 严重误导 - phpPgAdmin 错误消息的答案:your PHP installation does not support PostgreSQL. You need to recompile PHP using the --with-pgsql configure option.
以上是关于如何在 XAMPP 中捆绑的 PHP 中添加 PostgreSQL 支持?的主要内容,如果未能解决你的问题,请参考以下文章