xdebug가 설치되지 않네요
본문
지금 그냥 시험용으로 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
아래와 같이 해주세요.
[webtatic]
name=Webtatic Repository $releasever - $basearch
#baseurl=http://repo.webtatic.com/yum/centos/5/$basearch/
mirrorlist=http://repo.webtatic.com/yum/centos/5/$basearch/mirrorlist
enabled=0
gpgcheck=1
gpgkey=http://repo.webtatic.com/yum/RPM-GPG-KEY-webtatic-andy
name=Webtatic Repository $releasever - $basearch
#baseurl=http://repo.webtatic.com/yum/centos/5/$basearch/
mirrorlist=http://repo.webtatic.com/yum/centos/5/$basearch/mirrorlist
enabled=0
gpgcheck=1
gpgkey=http://repo.webtatic.com/yum/RPM-GPG-KEY-webtatic-andy
[webtatic-debuginfo]
name=Webtatic Repository $releasever - $basearch - Debug
#baseurl=http://repo.webtatic.com/yum/centos/5/$basearch/debug/
mirrorlist=http://repo.webtatic.com/yum/centos/5/$basearch/debug/mirrorlist
enabled=0
gpgcheck=1
gpgkey=http://repo.webtatic.com/yum/RPM-GPG-KEY-webtatic-andy
name=Webtatic Repository $releasever - $basearch - Debug
#baseurl=http://repo.webtatic.com/yum/centos/5/$basearch/debug/
mirrorlist=http://repo.webtatic.com/yum/centos/5/$basearch/debug/mirrorlist
enabled=0
gpgcheck=1
gpgkey=http://repo.webtatic.com/yum/RPM-GPG-KEY-webtatic-andy
[webtatic-source]
name=Webtatic Repository $releasever - $basearch - Source
#baseurl=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
를 입력한 webtatic.repo 파일을 만들고 저장 한다.
yum --enablerepo=webtatic install php-* 로 설치가 안되면
yum --enablerepo=webtatic install --skip-broken php-* 요것으로 설치
name=Webtatic Repository $releasever - $basearch - Source
#baseurl=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
를 입력한 webtatic.repo 파일을 만들고 저장 한다.
yum --enablerepo=webtatic install php-* 로 설치가 안되면
yum --enablerepo=webtatic install --skip-broken php-* 요것으로 설치
service httpd restart
답변을 작성하시기 전에 로그인 해주세요.