tomsik68 / docker-xampp

Dockerfile to build an image containing XAMPP(MySQL + PHP + PHPMyAdmin) running on Debian system with SSH server
https://hub.docker.com/r/tomsik68/xampp/
MIT License
197 stars 109 forks source link

display_errors should be On #29

Closed tomsik68 closed 3 years ago

tomsik68 commented 3 years ago

In /opt/lampp/etc/php.ini we should set display_errors=On by default since this is a developer-friendly container.