7
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

PHP7.3でxdebug2.6が入らない場合の対処法(Homestead)

Last updated at Posted at 2019-01-30

peclでxdebugインストールしようとしてエラー

*** [xdebug_compat.lo] Error 1
ERROR: `make' failed```

# xdebug2.6はphp7.3に対応していません
最近Laravel入門してHomesteadにXdebug入れてリモートデバッグしようとしたらハマりました。

現時点ではPHP7.3を使用する場合、xdebug2.7.0beta1を入れましょう。
下記コマンドで入ります。
`pecl install xdebug-beta`

バージョン大事。
7
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
7
3

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?