joomlatools-vagrant
joomlatools-vagrant copied to clipboard
Different .ini files per SAPI
The stock php install creates different directories for CLI and Apache2 ini files. We need to work with this better:
- compile other php versions with different config file path for cli and web
- create a custom.ini for web handlers and a custom-cli.ini file for CLI
- only enable Xdebug for the web handlers
Required changes for #28