2013年10月18日

nginx下使用netbeans调试PHP出错时的解决方法

摘要: In the past, I've used apache+mod_php+xdebug+netbeans for development my website (server is my local machine, running Debian Squeeze), with pleasure - xdebug worked just as expected, debug sessions could be started and stopped any time, when I need it. But, when I moved to nginx+php_fpm+xdebug+n 阅读全文

posted @ 2013-10-18 17:47 阿杜0409 阅读(226) 评论(0) 推荐(0) 编辑

netbeans 在nginx php环境下调试程序不成功,php进程死掉,调试一直连接不上的解决方法!

摘要: location ~ \.php$ { fastcgi_pass 127.0.0.1:9000; fastcgi_index index.php; fastcgi_param SCRIPT_FILENAME $document_root$fastcgi_script_name; include fastcgi_params; }使用NetBeans结合xdebug调试nginx下的php程序被这个问题搞的相当头大 个人一直认为任何事情一定有一个非... 阅读全文

posted @ 2013-10-18 15:36 阿杜0409 阅读(254) 评论(0) 推荐(0) 编辑

在centos6.3的Linux下安装Xdebug,并且配置netbeans调试PHP

摘要: 为了调试PHP程序,安装一下xdebug官方网址: http://www.xdebug.org首先下载xdebug2.1.0,在官方首页下载源代码,下载回来的文件名是:xdebug-2.1.0.tgz xdebug的版本需与您的php版本相对应,由于偶的php是5.3.2,所以下载xdebug2.1... 阅读全文

posted @ 2013-10-18 14:02 阿杜0409 阅读(275) 评论(0) 推荐(0) 编辑

导航