- [Xdebug]
- zend_extension=xdebug.so
- xdebug.discover_client_host = true
- xdebug.client_host = host.docker.internal
- xdebug.client_port = 9003
- xdebug.mode = debug,profile
- xdebug.start_with_request = trigger
- xdebug.profiler_output_name = cachegrind.out.%t
- xdebug.output_dir = /var/www/balticrest.ru/var/log
|