테스트 사이트 - 개발 중인 베타 버전입니다

xdebug가 설치되지 않네요

빅티 9년 전 조회 3,251

지금 그냥 시험용으로 bitnami wamp를 이용해서 거기다 그누보드5를 설치해서 이것저것 해보는데 xdebug를 설치하지 못하고 있네요... 아무리 봐도 설치가 안될이유가 없는데 좀 도와주세요

 

 

php.ini 파일에서 php_xdebug-2.4.0rc3-5.5-vc11.dll 에 대한 경로도 지정 해놨습니다

 

;[XDebug]

;; Only Zend OR (!) XDebug

;zend_extension="C:\Bitnami\wampstack-5.5.30-0\php\ext\php_xdebug-2.4.0rc3-5.5-vc11.dll"

;xdebug.remote_enable=true

;xdebug.remote_host=127.0.0.1

;xdebug.remote_port=9000

;xdebug.remote_handler=dbgp

;xdebug.profiler_enable=1

;xdebug.profiler_output_dir=C:\Windows\Temp

 

;extension=php_v8js.dll

;extension=php_couchbase.dll

;extension=php_mongo.dll

;extension=php_pdo_ibm.dll

 

 

맨 밑의 사진속에 xdebug 설치 과정은 다 했는데 안되는 이유가 뭘까요...

여길 보아도.... 설치되었단 말이 없고... 저길보아도 설치되었다는 말이 없네요...




 

댓글을 작성하려면 로그인이 필요합니다.

답변 1개

9년 전
아래와 같이 해주세요.
[webtatic-source] name=Webtatic Repository $releasever - $basearch - Source #baseurl=http://repo.webtatic.com/yum/centos/5/SRPMS/">http://repo.webtatic.com/yum/centos/5/SRPMS/ mirrorlist=http://repo.webtatic.com/yum/centos/5/SRPMS/mirrorlist">http://repo.webtatic.com/yum/centos/5/SRPMS/mirrorlist enabled=0 gpgcheck=1 gpgkey=http://repo.webtatic.com/yum/RPM-GPG-KEY-webtatic-andy">http://repo.webtatic.com/yum/RPM-GPG-KEY-webtatic-andy 를 입력한 webtatic.repo 파일을 만들고 저장 한다. yum --enablerepo=webtatic install php-* 로 설치가 안되면 yum --enablerepo=webtatic install --skip-broken php-* 요것으로 설치

service httpd restart 

로그인 후 평가할 수 있습니다

댓글을 작성하려면 로그인이 필요합니다.

답변을 작성하려면 로그인이 필요합니다.

로그인