2016-10-14 3 views
0

잠시 동안 사용해 보았지만 php_xdebug.dll로드 문제를 해결할 수 없습니다.xampp에서 xDebug .dll을로드 할 수 없습니다.

Php Version: 7.0.9 
xDebug Version: PHP 7.0 VC14 (64 bit) 
    file: php_xdebug-2.4.1-7.0-vc14-nts-x86_64.dll 

나는 내가 PHP를 선택하면 --ini 다음로드 오류

을 받고, 내선 디렉토리에있는 .dll 파일을 복사하고 아파치를 다시 시작한 후 php.ini의 디렉토리를 따라

php.ini configuration: 
zend_extension = "C:\xampp\php\ext\php_xdebug-2.4.1-7.0-vc14-nts-x86_64.dll" 
xdebug.remote_autostart=on 
xdebug.remote_enable=on 
xdebug.remote_enable=1 
xdebug.remote_handler="dbgp" 
xdebug.remote_host="127.0.01" 
xdebug.remote_port=9000 
xdebug.remote_mode=req 
xdebug.remote_log="C:\xampp\logs" 

을 편집 한

C:\xampp\php>php --ini 
Failed loading C:\xampp\php\ext\php_xdebug-2.4.1-7.0-vc14-nts-x86_64.dll 
Configuration File (php.ini) Path: C:\Windows 
Loaded Configuration File:   C:\xampp\php\php.ini 
Scan for additional .ini files in: (none) 
Additional .ini files parsed:  (none) 

답변

0

즉, .dll 파일이 "ext"폴더에 없다는 의미입니다. "zend_ext"폴더를 확인하십시오.

관련 문제