Idea 安装以及破解 ,以及在Idea中搭建PHP开发环境

1. 直接安装后参考 http://idea.lanyus.com/  进行liense 认证服务器搭建。

2. https://www.cnblogs.com/imayanlong/p/6368882.html

3.https://www.cnblogs.com/wawahaha/p/4330437.html 

4.

php.ini 中增加一下:

zend_extension=php_xdebug-2.6.1-7.1.dll

[Xdebug]
zend_extension_ts=php_xdebug-2.6.1-7.1.dll
;xdebug.remote_host=jichengdiaoding.com 

xdebug.remote_port = 9000
xdebug.remote_mode = "req"
xdebug.remote_enable = on
xdebug.remote_handler = dbgp
xdebug.idekey = "netbeans-xdebug"
xdebug.profiler_enable=on
xdebug.trace_output_dir="/xdebuginfo"
xdebug.profiler_output_dir="/xdebuginfo"
xdebug.auto_trace=on
xdebug.collect_params=on
xdebug.collect_return=on
xdebug.show_exception_trace = On
xdebug.remote_autostart = On
xdebug.collect_vars = On

猜你喜欢

转载自blog.csdn.net/qq_41906665/article/details/82795063
今日推荐