2017-10-18 6 views
0

MacOS Sierra에서 High Sierra로 업그레이드하기 전에 PHP에서 완벽하게 실행되는 XDebug가있는 달콤한 환경이있었습니다.XDebug가 MacOS에서 작동하지 않습니다. High Sierra : 기호가 없습니다. _xdebug_monitored_function_dtor

이제 더 이상 작동하지 않습니다. 내가 아파치를 시작할 때, 나는 로그에이 오류를 얻을 : 내 작품을 디버깅없이 많은 그대로

[xdebug] 
zend_extension="/usr/lib/php/extensions/no-debug-non-zts-20160303/xdebug.so" 
xdebug.remote_autostart=on 
xdebug.remote_enable=on 
xdebug.remote_enable=1 
xdebug.remote_handler="dbgp" 
;xdebug.remote_connect_back=1 
xdebug.remote_port=9000 
xdebug.remote_mode=req 
xdebug.remote_host="127.0.0.1" 
xdebug.idekey="netbeans-xdebug" 

어떤 도움은 매우 감사합니다 : 여기

Failed loading /usr/lib/php/extensions/no-debug-non-zts-20160303/xdebug.so: dlopen(/usr/lib/php/extensions/no-debug-non-zts-20160303/xdebug.so, 9): 
Symbol not found: _xdebug_monitored_function_dtor 

php.ini 파일에 XDebug가 코드입니다 덜 효과적입니다. 이 답변에

답변