Configuration Issues with PHP Xdebug
[Xdebug] zend_extension_ts= "C:/php_xdebug.dll" Xdebug.profiler_enable=on xdebug.profiler_output_dir= "E:/xdebug/" Xdebug.remote_enable=on xdebug.default_enable=on xdebug.collect_return=on xdebug.auto_trace=on Xdebug.remote_autostart=on, XDEBUG.REMOTE_HANDLER=DBGP xdebug.remote_host=localhost xdebug.remote_port=9090< C6/>xdebug.collect_params = 1 xdebug.trace_output_dir= "e:/xdebug/"
?
Considerations when configuring:
1. Close the Zend and other accelerators;
2. Note the choice of NTS or TS version, which is primarily thread-safe in a PHP configuration thread Safety
3. If IIS is used, the IIS service needs to be restarted instead of using the IISReset command.
4. Article original from the Orange Light Classification Information Network http://www.xiaojudeng.com/Reprint please indicate the source.