php调试环境安装
yum -y install php-devel http://www.xdebug.org 下载xdebug-2.1.1.tar.gz tar zxvf xdebug-2.1.1.tar.gz
cd xdebug-2.1.1
./configure --prefix=/usr/xdebug-2.1.1
在 /etc/php.ini中添加
[Xdebug]
zend_extension ="/usr/local/php5/xdebug/xdebug.so"
xdebug.profiler_enable=on
xdebug.trace_output_dir="/usr/local/php5/xdebug/"
xdebug.profiler_output_dir="/usr/local/php5/xdebug/"
xdebug.remote_enable=on
xdebug.remote_handler=dbgp
xdebug.remote_host=localhostxdebug.remote_port=9999 Linux 设置网卡速率Ubuntu 通过PPA源安装Footnote笔记软件相关资讯 CentOS安装 CentOS安装教程
- VMware下CentOS 6.8安装配置 (08月03日)
- 引导镜像实现CentOS半自动化安装 (04/28/2015 07:58:15)
- CentOS 6.x 系统安装+网卡驱动安装 (01/04/2015 18:56:21)
| - CentOS 6.x的安装过程详解 (12/04/2015 14:26:13)
- VMware虚拟机安装CentOS 6.2 (04/07/2015 09:39:13)
- UEFI+GPT安装Windows8和CentOS双系 (05/11/2014 16:54:39)
|
本文评论 查看全部评论 (0)