MS-SQL 和 PHP.INI - 如何在 IIS7 中的 PHP 中启用 mssql 支持

发布于 2025-01-01 09:28:51 字数 432 浏览 2 评论 0原文

目前,我们在 Windows IIS7 上运行 PHP。 php.ini 的相关部分向我报告了这一点;

Configure Command   ....  "--without-mssql" "--without-pdo-mssql" ....

显然,这个 PHP 缺乏 mssql 支持。

怎样才能让 --without-mssql 短语从配置区域消失,从而在 php 编译中提供对 mssql 的支持?

到目前为止,这就是我们所做的。

我们启用 php_mssql.dll 作为 php 扩展。 我们确保 ntwdb.dll 与 php 位于同一文件夹中

我们的表演就此停止!

致命错误:调用...中未定义的函数 mssql_connect()

Currently, we are running PHP on Windows IIS7. And the relevant section from the php.ini reports this to me;

Configure Command   ....  "--without-mssql" "--without-pdo-mssql" ....

Clearly, this PHP lacks the mssql support.

What does it take for the --without-mssql phrase to disappear from the configure area and thus the support for mssql is present in the php compile?

So far, this is what we have done.

we enabled the php_mssql.dll as a php extension.
we made sure that ntwdb.dll is in the same folder as php

Our show stops with this fataller!

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

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

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

发布评论

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

评论(1

满栀 2025-01-08 09:28:51

Extension=php_mssql.dll

Php Manuel php.ini 配置(安装 mssql)文件。

http://php.net/manual/en/mssql.installation.php

extension=php_mssql.dll

Php Manuel php.ini Config (install mssql) document.

http://php.net/manual/en/mssql.installation.php

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