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.
我刚刚启动了一个宅基地虚拟机并想连接到一个优势数据库,我需要使用 odbc 连接。使用 XAMPP 我刚刚编辑了 php.ini
extension=php_pdo_odbc.dll
但在我的宅基地盒子上,我看不到如何启用它。谁能指出我正确的方向?
谢谢
问题不在于您使用的是 Homestead。问题是 ODBC 是针对 Windows 平台的,而不是 Linux。
查看有关 PDO+OSBC 和 Linux 的问题可能会帮助您找到方法。
通过 PDO ODBC 将 PHP 连接到 MSSQL