PHP环境配置
一、PHP安装
路径:http://windows.php.net/downloads/releases/archives/
版本:php-5.3.5-Win32-VC6-x86.zip
二、配置Xdebug
下载支持5.3版本的Xdebug(Xdebug2.1.0)
PHP5.3VC6TS(32bit)
在php.ini的末尾添加如下内容:
[Xdebug]
zend_extension="D:/PHP/ext/php_xdebug-2.1.0-5.3-vc6.dll"
xdebug.auto_trace=1
xdebug.show_exception_trace=1
xdebug.collect_params=1
xdebug.collect_return=1
xdebug.profiler_enable=1
xdebug.remote_enable=1
xdebug.remote_autostart=1
xdebug.remote_host=127.0.0.1
xdebug.remote_port=9000
xdebug.remote_handler=dbgp
相关推荐
codeDig 2020-09-15
lemonzhangyan 2020-09-17
chenhaimeimeng 2020-09-15
icysonyk 2020-09-15
RemixGdc 2020-08-15
nicelife 2020-06-27
zhaowj00 2020-06-06
缘起宇轩阁 2020-04-22
xiaocainiao0 2020-04-22
nicelife 2020-03-26
poplpsure 2020-02-10
nicelife 2019-12-25
amberom 2019-12-05
ipromiser 2019-11-19
MXstudying 2019-11-17
spinachcqb 2019-11-04
ROES 2011-05-05
很青的青蛙 2010-10-07
lff 2008-11-05