php 调试环境配置

 软件:

xampp选择1.6.8版本 有xdebug配置

   115下载:xampp    xampp(所有版本)下载:xampp    原始地址下载:xampp 1.6.8(如下图)

 

ide   115地址:   官方下载:eclipse php   

mysql 115地址:  php100下载:Navicat 8.2.12 简体中文特别版

 

Workspace 编码设置成utf-8

php.ini (在apache\bin目录下)配置  只需要去掉前面的;符号即可

[XDebug];; Only Zend OR (!) XDebug;

zend_extension_ts="\xampp\php\ext\php_xdebug.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="\xampp\tmp"

参考资料:

PHP

PHP可调试团队开发环境配置


posted @ 2011-06-08 09:40  wangkangluo1  阅读(325)  评论(0编辑  收藏  举报