Debian 9 - 安装 "xdebug master" 而不是 "Xdebug v2.7.0beta1"

Debian 9 - install "xdebug master" instead of "Xdebug v2.7.0beta1"

拜托,在 Debian 9 上:如何安装 xdebug master 而不是 Xdebug v2.7.0beta1

因为 Laravel 5.7Xdebug v2.7.0beta1 不适用于 PHP 7.3.

这里 Laravel 的一位开发人员解释了这个问题:https://github.com/laravel/framework/issues/27052

当我这样做时:apt-get install php7.3-xdebug

使用 phpinfo() 我看到它为我安装了 Xdebug v2.7.0beta1 而不是 PHP 7.3.

谢谢。

Debian 存储库中没有 "master" 软件包。如果你想安装master,你必须下载the sources,编译然后自己安装。

您可以在https://xdebug.org/docs/install

参考Installation From Source