MAMP環境でxdebugを有効化する手順
xdebug
とは、PHPのデバッグ機能を拡張してくれるツールです。
MAMPでxdebug
を使えるようにする手順メモとして残しています。
1.php.iniを編集
php.iniを開きます。
MAMPのパスは、MAMP/bin/php/php7.4.2/conf/php.ini
のようになっています。
[xdebug]
zend_extension="/Applications/MAMP/bin/php/php7.4.2/lib/php/extensions/no-debug-non-zts-20190902/xdebug.so"
xdebug.remote_enable=1
xdebug.remote_autostart=1
xdebugのzend_extension=...
がコメントアウトされているので解除して、下の二行を記述します。
2.MAMPを再起動
MAMPのStop Serversで一旦切って、再起動します。
3.TOOLSで確認
MAMPのOpen WebStart pageから、TOOLS→PHPINFOを確認します。
xdebug
が表示されていればOKです。
Author And Source
この問題について(MAMP環境でxdebugを有効化する手順), 我々は、より多くの情報をここで見つけました https://qiita.com/tetsu-upstr/items/cd07d15efd57bcdd45e0著者帰属:元の著者の情報は、元のURLに含まれています。著作権は原作者に属する。
Content is automatically searched and collected through network algorithms . If there is a violation . Please contact us . We will adjust (correct author information ,or delete content ) as soon as possible .