opcache.enable=1 opcache.enable_cli=0 opcache.memory_consumption=512 opcache.interned_strings_buffer=64 opcache.max_accelerated_files=20000 opcache.save_comments=1 opcache.fast_shutdown=1 expose_php=false opcache.validate_timestamps=1 opcache.file_cache=/tmp xdebug.remote_enable=1 xdebug.remote_log=/tmp/xdebug.log xdebug.remote_autostart=false xdebug.remote_port=9000 xdebug.remote_host=192.168.1.37 xdebug.idekey="dnurse" xdebug.profiler_output_dir=/var/www/html/public xdebug.profiler_enable_trigger=1 ;http 请求后加参数 XDEBUG_SESSION_START=dnurse ;cli 先设置变量 export XDEBUG_CONFIG="idekey=dnurse" ;cli 先设置变量 export PHP_IDE_CONFIG="serverName=novo-open" ;extension=xhprof.so ;xhprof.output_dir=/var/www/html/public