ubuntu 10.04 中的 php pgsql 驱动程序

发布于 2024-12-08 04:31:14 字数 477 浏览 1 评论 0原文

这里的解决方案似乎是什么,我确信我在 Ubuntu 10.04 上安装了 pgsql 驱动程序。

root@xxxx:/# apt-get install php5-pgsql
Reading package lists... Done
Building dependency tree       
Reading state information... Done
php5-pgsql is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

但是当我运行具有 pg_connect() 的 php 脚本时,我总是收到此错误:

Fatal error: Call to undefined function pg_connect() in ...

请有任何想法。谢谢。

What seems to be the solution in here, I am sure I installed pgsql driver on my Ubuntu 10.04.

root@xxxx:/# apt-get install php5-pgsql
Reading package lists... Done
Building dependency tree       
Reading state information... Done
php5-pgsql is already the newest version.
0 upgraded, 0 newly installed, 0 to remove and 0 not upgraded.

But when I run my php script having pg_connect(), I always get this error:

Fatal error: Call to undefined function pg_connect() in ...

Any ideas please. Thanks.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

Smile简单爱 2024-12-15 04:31:14

您是否已在 php.ini 中加载该模块?

Have you loaded the module in your php.ini?

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文