1
SoloCompany 2013-08-20 02:34:23 +08:00
你应该需要远程 debug 吧,好好摸索一下,home 配置的只能用于本地调试,也就是说,以 script 方式执行的 php 脚本
|
2
jybox 2013-08-20 03:43:13 +08:00
php home应该是用来跑 php shell, 进行语法检查之类用的。
调试是靠 xdebug 的调试功能,打开 xdebug 之后,添加一个 php web app, 填上url, 类型选 xdebug 就行了。 |