Page 1 of 1

xampp for linux has no error output in php cli mode

PostPosted: 13. June 2021 17:58
by grei
hi, i have dockerize xampp to running in continuous integration environment (Jenkins, gitlab ci etc) for several years.

but recent xampp (xampp 8.0.7) not work properly, when something went wrong in my php script it doesn't show any error message.

here is for example: https://gitlab.com/guangrei/xampp_test

Re: xampp for linux has no error output in php cli mode

PostPosted: 26. June 2021 19:08
by grei
solved with crudini.
Code: Select all
crudini --set --existing /opt/lampp/etc/php.ini PHP display_errors On

don't know why xampp turn off this, its helpful for dev :)