1
0

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 3 years have passed since last update.

xdebug.so関連エラー

Last updated at Posted at 2020-09-08

エラー

php -v を実行したところ、下記エラーが発生。(pythonでも同様)

$ php -v
PHP Warning:  Failed loading Zend extension 'xdebug.so'

解決策

$ php --ini
(略)
Configuration File (php.ini) Path: /usr/local/etc/php/7.2
Loaded Configuration File:         /usr/local/etc/php/7.2/php.ini
(略)

$ vi /usr/local/etc/php/7.2/php.ini

zend_extension="xdebug.so"をコメントアウト。

参考

xdebugドキュメント

1
0
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
1
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?