NoteOnMe博客平台搭建
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符

14 行
356 B

3 年前
  1. file_uploads = On
  2. [xdebug]
  3. zend_extension=/usr/lib/php/20170718/xdebug.so
  4. xdebug.remote_host=192.168.1.106
  5. xdebug.remote_port=9001
  6. xdebug.remote_enable=On
  7. xdebug.remote_autostart=On
  8. xdebug.remote_connect_back=Off
  9. xdebug.profiler_enable=On
  10. xdebug.remote_handler=dbgp
  11. xdebug.remote_log="/app/xdebug.log"
  12. xdebug.max_nesting_level=1256
  13. xdebug.idekey="VSCODE"