在哪里下载适用于 Windows 的 PHP 扩展?
我正在尝试让我的 PHP 安装与 PostgreSQL 一起使用,所以我需要 php_pgsql.dll
这是一个非常愚蠢的问题,但是我在哪里可以为我的 PHP5.3 找到一个呢?
我在这里读过: http://php.net/manual/en/install .windows.extensions.php,但是据说,是的,你需要这个dll,但没有下载链接。我缺少什么?
默认情况下,我的安装中不存在 dll:
I'm trying to make my PHP installation to work with PostgreSQL, so I need php_pgsql.dll
A very dumb question, but where do I get one for my PHP5.3?
I have read here: http://php.net/manual/en/install.windows.extensions.php, but it is said that, yes, you need this dll, but no download link. What am I missing?
dll is not present by default in my installation:
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
扩展位于 ext 子目录中,要激活它,您必须编辑 php.ini,设置 ext 目录并取消注释 php_pgsql
extension is in ext subdirectory, to activate it you have to edit php.ini, set ext dir and uncomment php_pgsql