如何在 XAMPP 中捆绑的 PHP 中添加 PostgreSQL 支持?
阿帕奇:v.2.2.14
PHP:5.3.1
PostgreSQL:8.4
XAMPP:版本1.7.3
Apache: v.2.2.14
PHP: 5.3.1
PostgreSQL: 8.4
XAMPP: version 1.7.3
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
是的,您可以,检查 https://www.php.net/manual/en /book.pgsql.php
Yes you can, check https://www.php.net/manual/en/book.pgsql.php
XAMPP 附带了 php_pgsql.dll/so,即您所要做的就是编辑 php.ini 并删除前面的分号
,然后重新启动 apache。
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
and then restart the apache.