gpt4 book ai didi

php - fatal error : Call to undefined function sqlsrv_connect() High Sierra

转载 作者:行者123 更新时间:2023-11-29 18:10:25 28 4
gpt4 key购买 nike

我在 macOS 上尝试连接数据库时遇到此错误。我很确定这是由于缺少驱动程序造成的,但自从更新以来我找不到 High Sierra/10.13.1 的相关驱动程序。

fatal error :调用未定义的函数 sqlsrv_connect()

我在下面找到了一个指南: https://github.com/Microsoft/msphpsql

/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
brew tap
brew tap homebrew/dupes
brew tap homebrew/versions
brew tap homebrew/homebrew-php
brew install php71 --with-pear --with-httpd24 --with-cgi
echo 'export PATH="/usr/local/sbin:$PATH"' >> ~/.bash_profile
echo 'export PATH="/usr/local/bin:$PATH"' >>

我在 macOS 上尝试连接数据库时遇到此错误。我很确定这是由于缺少驱动程序造成的,但自从更新以来我找不到 High Sierra/10.13.1 的相关驱动程序。

fatal error :调用未定义的函数 sqlsrv_connect()

我在下面找到了一个指南:https://github.com/Microsoft/msphpsql

~/.bash_profile 源~/.bash_profile

但是这并没有帮助我仍然收到此错误。自从更新操作系统以来,我根本无法连接到数据库。我似乎无法发现我需要什么。有什么想法吗?

我收到这些错误:

Warning: homebrew/dupes was deprecated. This tap is now empty as all its formulae were migrated.
Warning: homebrew/versions was deprecated. This tap is now empty as all its formulae were migrated.
Warning: homebrew/php/php70 7.0.25_17 is already installed

Error: Formulae found in multiple taps:
* microsoft/msodbcsql/msodbcsql
* microsoft/mssql-release/msodbcsql

Please use the fully-qualified name e.g. microsoft/msodbcsql/msodbcsql to refer the formula.
Error: Formulae found in multiple taps:
* microsoft/msodbcsql/mssql-tools
* microsoft/mssql-release/mssql-tools

Please use the fully-qualified name e.g. microsoft/msodbcsql/mssql-tools to refer the formula.
Warning: autoconf 2.69 is already installed

574: module php7_module is already loaded, skipping
httpd not running, trying to start

最佳答案

这不是一个容易解决的问题,高年级学生花了几个小时。

基本上,要点是自制程序和我发现的许多命令在我的系统上安装了多个不同版本的 PHP 和驱动程序。

它们不遵循逻辑约定,所有安装都位于不同的文件夹结构和不同的位置。

基本上所有这些都必须删除,然后安装正确的版本和驱动程序。

关于php - fatal error : Call to undefined function sqlsrv_connect() High Sierra,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/47459911/

28 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com