Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 187 Bytes

php.ini.md

File metadata and controls

11 lines (10 loc) · 187 Bytes

XDebug config

[xdebug]
zend_extension = xdebug
xdebug.mode = debug
xdebug.show_error_trace = 1
xdebug.idekey = PHPSTORM
xdebug.client_host=127.0.0.1
xdebug.client_port=9003