Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何在不修改 php.ini 文件的情况下在 php 中启用 mssql 模块。
实际上我没有访问服务器设置,我的网站在哪里上传。
我能用任何像 ini_set() 这样的 php 代码来实现吗
这是做不到的!
注意:您的共享主机必须运行 windows(许多运行 linux)并且必须安装 sql server。如果是windows机器,那么启用mssql的唯一方法就是修改ini文件,重启webserver。
模块在 php 的(网络服务器)启动时加载。之后你不能这样做