이번에는 Mac 시스템에 PHP Xdebug를 설치하는 단계에 대해 자세히 설명하겠습니다. PHP 설치 시 주의사항은 무엇인가요?
Mac에 PHP 설치DebuggingTool xdebug.ini 구성 파일내 파일은 /usr/local/etc/php/7.0/conf.d/ext-xdebug.ini
配置如下: [xdebug] zend_extension="/usr/local/opt/php70-xdebug/xdebug.so" xdebug.remote_enable = On xdebug.remote_handler = dbgp xdebug.remote_host= localhost xdebug.remote_port = 9001 #这个端口不要被占用即可,可以自行指定 xdebug.idekey = PHPSTORM xdebug.remote_autostart=1 xdebug.remote_log=/var/tmp/xdebug.log
추천 도서:
PHP 상태 모드 사용에 대한 자세한 설명
PHP에서 함수 매개변수를 동적으로 가져오는 단계에 대한 자세한 설명
위 내용은 Mac 시스템에 PHP Xdebug를 설치하는 단계에 대한 자세한 설명의 상세 내용입니다. 자세한 내용은 PHP 중국어 웹사이트의 기타 관련 기사를 참조하세요!