0
を動作していない最大シエラのxdebugのPHPのマックシエラで
醸造は
のXcodeは8.0
あるphp71-xdebugのインストールphp -v Xdebugを読み込めません - すでに読み込まれています PHP 7.1.0RC3(cli)(ビルド:Oct 2 2016 01:05:16)(NTS) 著作権(c)1997-2016 PHPグループ Zend Engin Xenbug v2.4.0、Copyright(c)2002-2016、Derick Rethans著
phpinfo()では、次のようなテキストは見つかりませんでした。 xdebugの
、私はいくつかのバリエーションを試してみたphp.iniファイル:と
[xdebug]
zend_extension="/usr/local/opt/php71-xdebug/xdebug.so"
xdebug.remote_host=127.0.0.1
xdebug.remote_connect_back=1 # Not safe for production servers
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.remote_autostart=true
詳細はここで見つけることができますapacheの
を再起動: https://bugs.xdebug.org/view.php?id=1354