본문 바로가기

php4

xdebug option php xdebug option php doc https://xdebug.org/docs/ : function : https://xdebug.org/docs/all_functions stack trace : https://xdebug.org/docs/all_functions [For full config options : https://xdebug.org/docs/all_settings](https://xdebug.org/docs/all_settings] 2019. 7. 16.
PDT php debug - xdebug # xdebug 를 통해 PDT에서 debug하기. ※ 참고 : http://xdebug.org/wizard.php http://warmz.tistory.com/767 http://warmz.tistory.com/766 1. php 버전 확인. - phpinfo() 화면으로 확인. 1.1. 확인요소 - Compiler : MS VC6 - Architecture : x86 - PHP Version : 5.3 - Thread Safe Build : yes 2. xdebug dll download 2.1. php 버전에 맞는 dll 검색 - _TS 가 붙은 파일 == Thread Safe Build : yes - x86 == 32bit 3. PHP/ext 폴더에 DLL 복사. ( ex : php_xdebug-.. 2019. 7. 16.
centOS - Apache - mysql - php 설치 1. centOS설치 1. CentOS 5.3 DVD 를 이용해서 아나콘다 모드로 install 2. 파티셔닝 /home : 40G /boot : 10M SWAP : 1G / : 나머지 3. ssh, ftp 등 기본 설치 4. tkekit (tkekit1234) 유저 생성 (시스템계정) # hostname변경 /etc/hosts /etc/sysconfig/network 그래도 안되면 여기 변경 echo "호스트명" > /proc/sys/kernel/hostname /proc/sys/kernel/hostname # prompt(프롬프트) 변경 vi .bash_profile export PS1="\e[1;37m[\e[36m\D{%Y-%m-%d %H:%M:%S}\e[37m] \ [\e[32m\u\e[31m@\.. 2019. 7. 16.
[PHP]xdebug 통해 PDT 디버깅 # xdebug 를 통해 PDT에서 debug하기. ※ 참고 : http://xdebug.org/wizard.php http://warmz.tistory.com/767 http://warmz.tistory.com/766 1. php 버전 확인. - phpinfo() 화면으로 확인. 1.1. 확인요소 - Compiler : MS VC6 - Architecture : x86 - PHP Version : 5.3 - Thread Safe Build : yes 2. xdebug dll download 2.1. php 버전에 맞는 dll 검색 - _TS 가 붙은 파일 == Thread Safe Build : yes - x86 == 32bit 3. PHP/ext 폴더에 DLL 복사. ( ex : php_xdebug-.. 2014. 6. 3.