NoteOnMe博客平台搭建
Non puoi selezionare più di 25 argomenti Gli argomenti devono iniziare con una lettera o un numero, possono includere trattini ('-') e possono essere lunghi fino a 35 caratteri.

14 righe
356 B

3 anni fa
  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"