您的位置:首页 > 运维架构 > Linux

centos 安装glassfish4.0 配置jdbc连接mysql

2014-07-18 11:20 471 查看
1、先从这里下载这个php_xdebug-2.1.0-5.2-vc6.dll http://xdebug.org/files/2、配置xdebug:在php.ini文件的末尾添加如下代码[Xdebug] ; 指定xdebug 扩展文件的位置(路径请根据自己的情况做调整)
zend_extension_ts = "D:\wamp\php\ext\php_xdebug-2.1.0-5.2-vc6.dll"; 启用xdebug 远程调试
xdebug.remote_enable = 1
; 以下xdebug 调试选项实际上是默认值
xdebug.remote_host = localhost
xdebug.remote_port = 9000
xdebug.remote_mode = req
xdebug.remote_handler = dbgp
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: