Add all files needed to bring up VM and run agaric.com locally

This commit is contained in:
benjamin melançon 2018-08-20 10:45:20 -04:00
parent 52c8b60bac
commit 4d2bc0ee24
742 changed files with 24037 additions and 0 deletions

View file

@ -0,0 +1,17 @@
[XDebug]
zend_extension="{{ php_xdebug_module_path }}/xdebug-{{ php_xdebug_version }}.so"
xdebug.coverage_enable={{ php_xdebug_coverage_enable }}
xdebug.default_enable={{ php_xdebug_default_enable }}
xdebug.remote_enable={{ php_xdebug_remote_enable }}
xdebug.remote_connect_back={{ php_xdebug_remote_connect_back }}
xdebug.remote_host={{ php_xdebug_remote_host }}
xdebug.remote_port={{ php_xdebug_remote_port }}
xdebug.remote_handler=dbgp
xdebug.remote_log={{ php_xdebug_remote_log }}
xdebug.remote_autostart={{ php_xdebug_remote_autostart }}
xdebug.idekey="{{ php_xdebug_idekey }}"
xdebug.max_nesting_level={{ php_xdebug_max_nesting_level }}